mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Medical Supplies Locker (#15071)
This commit is contained in:
@@ -108,7 +108,6 @@
|
||||
new /obj/item/clothing/suit/storage/toggle/fr_jacket/zeng(src)
|
||||
new /obj/item/clothing/suit/storage/toggle/fr_jacket/pmc(src)
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/CMO
|
||||
name = "chief medical officer's locker"
|
||||
req_access = list(access_cmo)
|
||||
@@ -159,12 +158,10 @@
|
||||
new /obj/item/clothing/shoes/brown (src)
|
||||
new /obj/item/device/radio/headset/heads/cmo(src)
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/animal
|
||||
name = "animal control closet"
|
||||
req_access = list(access_surgery)
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/animal/fill()
|
||||
..()
|
||||
new /obj/item/device/assembly/signaler(src)
|
||||
@@ -172,7 +169,6 @@
|
||||
new /obj/item/device/radio/electropack(src)
|
||||
new /obj/item/device/radio/electropack(src)
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/chemical
|
||||
name = "chemistry equipment closet"
|
||||
desc = "Contains equipment useful to chemists."
|
||||
@@ -194,3 +190,19 @@
|
||||
new /obj/item/storage/box/beakers(src)
|
||||
new /obj/item/storage/bag/chemistry(src)
|
||||
new /obj/item/storage/bag/chemistry(src)
|
||||
|
||||
// Psychiatric
|
||||
/obj/structure/closet/secure_closet/psychiatric
|
||||
name = "psychiatric supplies locker"
|
||||
desc = "A psychiatric supplies locker."
|
||||
icon_state = "med"
|
||||
req_access = list(access_psychiatrist)
|
||||
|
||||
/obj/structure/closet/secure_closet/psychiatric/fill()
|
||||
..()
|
||||
new /obj/item/clothing/suit/straight_jacket(src)
|
||||
new /obj/item/reagent_containers/food/drinks/teapot(src)
|
||||
new /obj/item/toy/plushie/therapy(src)
|
||||
new /obj/item/toy/plushie/slime(src)
|
||||
new /obj/item/toy/plushie/bee(src)
|
||||
new /obj/item/device/flashlight/pen(src)
|
||||
Reference in New Issue
Block a user