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:
Christasmurf
2023-12-06 15:32:16 +00:00
committed by GitHub
co-authored by Henri215
parent f718c985e4
commit 1f87a821e1
26 changed files with 66 additions and 34 deletions
@@ -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)