mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
@@ -44,6 +44,28 @@
|
||||
new /obj/item/clothing/glasses/hud/health(src)
|
||||
return
|
||||
|
||||
/obj/structure/closet/secure_closet/psychology
|
||||
name = "psychology locker"
|
||||
req_access = list(ACCESS_PSYCHOLOGY)
|
||||
icon_state = "cabinet"
|
||||
open_sound = 'sound/machines/wooden_closet_open.ogg'
|
||||
close_sound = 'sound/machines/wooden_closet_close.ogg'
|
||||
open_sound_volume = 25
|
||||
close_sound_volume = 50
|
||||
|
||||
/obj/structure/closet/secure_closet/psychology/PopulateContents()
|
||||
..()
|
||||
new /obj/item/clothing/under/suit/black(src)
|
||||
new /obj/item/clothing/under/suit/black/skirt(src)
|
||||
new /obj/item/clothing/shoes/laceup(src)
|
||||
new /obj/item/storage/backpack/medic(src)
|
||||
new /obj/item/radio/headset/headset_srvmed(src)
|
||||
new /obj/item/clipboard(src)
|
||||
new /obj/item/clothing/suit/straight_jacket(src)
|
||||
new /obj/item/clothing/ears/earmuffs(src)
|
||||
new /obj/item/clothing/mask/muzzle(src)
|
||||
new /obj/item/clothing/glasses/blindfold(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/CMO
|
||||
name = "\proper chief medical officer's locker"
|
||||
req_access = list(ACCESS_CMO)
|
||||
|
||||
@@ -90,3 +90,7 @@
|
||||
name = "\improper NANITE LAB"
|
||||
desc = "A sign labelling an area where testing and development of nanites is performed."
|
||||
icon_state = "nanites"
|
||||
/obj/structure/sign/departments/psychology
|
||||
name = "\improper PSYCHOLOGY"
|
||||
desc = "A sign labelling where the Psychologist works, they can probably help you get your head straight."
|
||||
icon_state = "psychology"
|
||||
|
||||
Reference in New Issue
Block a user