[(mostly) MODULAR] HOP Drip (#7432)

* le code man

* nukes bowman because jannies suck

Co-authored-by: Gandalf <jzo123@hotmail.com>

Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
AxieTheAxolotl
2021-08-06 23:30:18 +10:00
committed by GitHub
parent fcf318e013
commit 539f078a08
11 changed files with 71 additions and 2 deletions
@@ -38,6 +38,7 @@
name = "\proper head of personnel's locker"
req_access = list(ACCESS_HOP)
icon_state = "hop"
storage_capacity = 40 //SKYRAT EDIT ADDITION
/obj/structure/closet/secure_closet/hop/PopulateContents()
..()
@@ -49,7 +50,7 @@
new /obj/item/clothing/under/rank/civilian/head_of_personnel/parade(src) //SKYRAT EDIT ADDITION START - HOP PARADE UNIFORMS
new /obj/item/clothing/under/rank/civilian/head_of_personnel/parade/female(src)
new /obj/item/clothing/suit/armor/hop_parade(src)
new /obj/item/clothing/suit/armor/hop_parade/female(src) //SKYRAT EDIT ADDITION END
new /obj/item/clothing/suit/armor/hop_parade/female(src) //SKYRAT EDIT ADDITION END
new /obj/item/cartridge/hop(src)
new /obj/item/radio/headset/heads/hop(src)
new /obj/item/clothing/shoes/sneakers/brown(src)
@@ -67,7 +68,11 @@
new /obj/item/storage/photo_album/hop(src)
new /obj/item/storage/lockbox/medal/hop(src)
new /obj/item/clothing/suit/hooded/wintercoat/hop(src)
new /obj/item/clothing/under/rank/civilian/head_of_personnel/turtleneck(src) //SKYRAT EDIT ADDITION START - HOP DRIP
new /obj/item/clothing/under/rank/civilian/head_of_personnel/turtleneck/skirt(src)
new /obj/item/storage/backpack/head_of_personnel(src)
new /obj/item/storage/backpack/satchel/head_of_personnel(src)
new /obj/item/storage/backpack/duffel/head_of_personnel(src)
/obj/structure/closet/secure_closet/hos
name = "\proper head of security's locker"