mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
Gives Warden their own Garment Bag. (#76579)
## About The Pull Request Puts all of warden's clothes on a garment bag, and puts said garment bag on warden's locker ## Why It's Good For The Game Warden has almost as much alternative clothing as a head, using his locker is kind of a pain, and this oughta fix that ## Changelog 🆑 qol: The Warden's locker now has a garment bag /🆑 --------- Co-authored-by: Jolly <70232195+Jolly-66@users.noreply.github.com>
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
name = "head of security's garment bag"
|
||||
desc = "A bag for storing extra clothes and shoes. This one belongs to the head of security."
|
||||
|
||||
/obj/item/storage/bag/garment/warden
|
||||
name = "warden's garment bag"
|
||||
desc = "A bag for storing extra clothes and shoes. This one belongs to the warden."
|
||||
|
||||
/obj/item/storage/bag/garment/hop
|
||||
name = "head of personnel's garment bag"
|
||||
desc = "A bag for storing extra clothes and shoes. This one belongs to the head of personnel."
|
||||
@@ -88,6 +92,18 @@
|
||||
new /obj/item/clothing/mask/gas/sechailer/swat(src)
|
||||
new /obj/item/clothing/neck/cloak/hos(src)
|
||||
|
||||
/obj/item/storage/bag/garment/warden/PopulateContents()
|
||||
new /obj/item/clothing/suit/armor/vest/warden(src)
|
||||
new /obj/item/clothing/head/hats/warden(src)
|
||||
new /obj/item/clothing/head/hats/warden/drill(src)
|
||||
new /obj/item/clothing/head/beret/sec/navywarden(src)
|
||||
new /obj/item/clothing/suit/armor/vest/warden/alt(src)
|
||||
new /obj/item/clothing/under/rank/security/warden/formal(src)
|
||||
new /obj/item/clothing/under/rank/security/warden/skirt(src)
|
||||
new /obj/item/clothing/gloves/krav_maga/sec(src)
|
||||
new /obj/item/clothing/glasses/hud/security/sunglasses(src)
|
||||
new /obj/item/clothing/mask/gas/sechailer(src)
|
||||
|
||||
/obj/item/storage/bag/garment/research_director/PopulateContents()
|
||||
new /obj/item/clothing/under/rank/rnd/research_director(src)
|
||||
new /obj/item/clothing/under/rank/rnd/research_director/skirt(src)
|
||||
|
||||
@@ -81,21 +81,12 @@
|
||||
..()
|
||||
new /obj/item/dog_bone(src)
|
||||
new /obj/item/radio/headset/headset_sec(src)
|
||||
new /obj/item/clothing/suit/armor/vest/warden(src)
|
||||
new /obj/item/clothing/head/hats/warden(src)
|
||||
new /obj/item/clothing/head/hats/warden/drill(src)
|
||||
new /obj/item/clothing/head/beret/sec/navywarden(src)
|
||||
new /obj/item/clothing/suit/armor/vest/warden/alt(src)
|
||||
new /obj/item/clothing/under/rank/security/warden/formal(src)
|
||||
new /obj/item/clothing/under/rank/security/warden/skirt(src)
|
||||
new /obj/item/clothing/glasses/hud/security/sunglasses(src)
|
||||
new /obj/item/holosign_creator/security(src)
|
||||
new /obj/item/clothing/mask/gas/sechailer(src)
|
||||
new /obj/item/storage/bag/garment/warden
|
||||
new /obj/item/storage/box/zipties(src)
|
||||
new /obj/item/storage/box/flashbangs(src)
|
||||
new /obj/item/storage/belt/security/full(src)
|
||||
new /obj/item/flashlight/seclite(src)
|
||||
new /obj/item/clothing/gloves/krav_maga/sec(src)
|
||||
new /obj/item/door_remote/head_of_security(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/security
|
||||
|
||||
Reference in New Issue
Block a user