Skip to content

Commit

Permalink
Стетоскопы, пояса и наполнение шкафчика с одеждой врачей.
Browse files Browse the repository at this point in the history
  • Loading branch information
Terror4000rus committed Nov 5, 2018
1 parent c5b3ea0 commit a25b8a9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions maps/sierra/structures/closets/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@
/obj/item/weapon/reagent_containers/hypospray/vial,
/obj/item/device/flashlight/pen,
/obj/item/clothing/glasses/hud/health,
/obj/item/weapon/storage/belt/medical,
/obj/item/device/remote_device/chief_medical_officer,
/obj/item/clothing/suit/armor/pcarrier/medium,
/obj/item/clothing/head/helmet,
/obj/item/clothing/glasses/hud/health,
/obj/item/weapon/storage/firstaid/adv,
/obj/item/clothing/accessory/stethoscope,
/obj/item/weapon/storage/fancy/vials,
new /datum/atom_creator/weighted(list(/obj/item/weapon/storage/backpack/medic, /obj/item/weapon/storage/backpack/satchel_med)),
new /datum/atom_creator/weighted(list(/obj/item/weapon/storage/backpack/dufflebag/med, /obj/item/weapon/storage/backpack/messenger/med)),
Expand Down Expand Up @@ -57,6 +59,7 @@
/obj/item/weapon/storage/belt/medical,
/obj/item/clothing/mask/surgical,
/obj/item/device/flashlight/pen,
/obj/item/clothing/accessory/stethoscope,
/obj/item/clothing/glasses/hud/health,
/obj/item/weapon/storage/firstaid/adv,
new /datum/atom_creator/weighted(list(/obj/item/weapon/storage/backpack/medic, /obj/item/weapon/storage/backpack/satchel_med)),
Expand Down Expand Up @@ -87,6 +90,7 @@
/obj/item/weapon/tank/emergency/oxygen/engi,
/obj/item/weapon/storage/box/autoinjectors,
/obj/item/device/healthanalyzer,
/obj/item/clothing/accessory/stethoscope,
/obj/item/clothing/glasses/hud/health,
/obj/item/weapon/storage/firstaid/adv,
new /datum/atom_creator/weighted(list(/obj/item/weapon/storage/backpack/medic, /obj/item/weapon/storage/backpack/satchel_med)),
Expand All @@ -100,10 +104,9 @@

/obj/structure/closet/wardrobe/medic_sierra/WillContain()
return list(
/obj/item/clothing/under/sterile = 2,
RANDOM_SCRUBS = 4,
RANDOM_SCRUBS = 2,
/obj/item/clothing/suit/surgicalapron = 2,
/obj/item/clothing/shoes/white = 2,
/obj/item/clothing/suit/storage/toggle/labcoat = 2,
/obj/item/clothing/mask/surgical = 2
/obj/item/clothing/shoes/white = 3,
/obj/item/clothing/suit/storage/toggle/labcoat = 3,
/obj/item/clothing/under/sterile = 3
)

0 comments on commit a25b8a9

Please sign in to comment.