mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Head of Personnel drip (#23305)
* everything * dress sprite adjust * grey coat * Update code/modules/clothing/under/jobs/civilian.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * corgi time --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -52,14 +52,16 @@
|
||||
desc = "A bag for storing extra clothes and shoes. This one belongs to the head of personnel."
|
||||
|
||||
/obj/item/storage/bag/garment/head_of_personnel/populate_contents()
|
||||
new /obj/item/clothing/head/hopcap(src)
|
||||
new /obj/item/clothing/head/hopcap/beret(src)
|
||||
new /obj/item/clothing/suit/mantle/armor/head_of_personnel(src)
|
||||
new /obj/item/clothing/head/hop(src)
|
||||
new /obj/item/clothing/head/hop/beret(src)
|
||||
new /obj/item/clothing/suit/mantle/armor/hop(src)
|
||||
new /obj/item/clothing/suit/armor/vest(src)
|
||||
new /obj/item/clothing/under/rank/civilian/head_of_personnel(src)
|
||||
new /obj/item/clothing/under/rank/civilian/head_of_personnel/dress(src)
|
||||
new /obj/item/clothing/under/rank/civilian/head_of_personnel/dress_hr(src)
|
||||
new /obj/item/clothing/under/rank/civilian/head_of_personnel/oldman(src)
|
||||
new /obj/item/clothing/suit/hopcoat(src)
|
||||
new /obj/item/clothing/under/rank/civilian/hop(src)
|
||||
new /obj/item/clothing/under/rank/civilian/hop/skirt(src)
|
||||
new /obj/item/clothing/under/rank/civilian/hop/dress(src)
|
||||
new /obj/item/clothing/under/rank/civilian/hop/formal(src)
|
||||
new /obj/item/clothing/under/rank/civilian/hop/oldman(src)
|
||||
new /obj/item/clothing/under/suit/female(src)
|
||||
new /obj/item/clothing/shoes/brown(src)
|
||||
new /obj/item/clothing/shoes/black(src)
|
||||
|
||||
Reference in New Issue
Block a user