mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-21 12:56:20 +01:00
17 lines
709 B
Plaintext
17 lines
709 B
Plaintext
/obj/structure/closet/secure_closet/psychology
|
|
name = "psychology locker"
|
|
req_access = list(ACCESS_PSYCH)
|
|
icon_state = "cabinet"
|
|
|
|
/obj/structure/closet/secure_closet/psychology/PopulateContents()
|
|
..()
|
|
new /obj/item/clothing/under/lawyer/blacksuit(src)
|
|
new /obj/item/clothing/under/lawyer/blacksuit/skirt(src)
|
|
new /obj/item/clothing/shoes/laceup(src)
|
|
new /obj/item/storage/backpack/medic(src)
|
|
new /obj/item/radio/headset/headset_med(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/sunglasses/blindfold(src) |