Update winter coats, add more, and tailor to species. (#30644)

* Update winter coats, add more, and tailor to species.

* Add white captain coat to loadout.
This commit is contained in:
Alan
2025-10-15 11:05:58 +00:00
committed by GitHub
parent c6a2097e58
commit a9c3b6d242
29 changed files with 138 additions and 79 deletions
+6
View File
@@ -297,6 +297,7 @@
/obj/item/clothing/under/rank/medical/chemist/skirt = 2,
/obj/item/clothing/head/beret/med = 2,
/obj/item/clothing/suit/storage/labcoat/chemist = 2,
/obj/item/clothing/suit/hooded/wintercoat/chemistry = 2,
/obj/item/clothing/suit/jacket/bomber/chem = 2,
/obj/item/clothing/accessory/armband/med = 2,
/obj/item/clothing/mask/gas = 2,
@@ -314,6 +315,7 @@
/obj/item/clothing/under/rank/medical/chemist/skirt = 50,
/obj/item/clothing/head/beret/med = 20,
/obj/item/clothing/suit/storage/labcoat/chemist = 75,
/obj/item/clothing/suit/hooded/wintercoat/chemistry = 75,
/obj/item/clothing/suit/jacket/bomber/chem = 75,
/obj/item/clothing/accessory/armband/med = 20,
/obj/item/clothing/shoes/laceup = 30,
@@ -702,6 +704,7 @@
/obj/item/clothing/under/rank/cargo/expedition/overalls = 3,
/obj/item/clothing/head/soft/expedition = 3,
/obj/item/clothing/head/beret/expedition = 3,
/obj/item/clothing/suit/hooded/wintercoat/explorer = 3,
/obj/item/clothing/suit/jacket/bomber/expedition = 3,
/obj/item/clothing/suit/storage/hazardvest/staff = 3,
/obj/item/mod/skin_applier = 3,
@@ -721,6 +724,7 @@
/obj/item/clothing/under/rank/cargo/expedition/overalls = 50,
/obj/item/clothing/head/soft/expedition = 20,
/obj/item/clothing/head/beret/expedition = 20,
/obj/item/clothing/suit/hooded/wintercoat/explorer = 75,
/obj/item/clothing/suit/jacket/bomber/expedition = 75,
/obj/item/clothing/suit/storage/hazardvest/staff = 50,
/obj/item/clothing/gloves/color/black = 20,
@@ -749,6 +753,7 @@
/obj/item/clothing/under/misc/waiter = 2,
/obj/item/clothing/suit/chef = 2,
/obj/item/clothing/suit/chef/classic = 2,
/obj/item/clothing/suit/hooded/wintercoat/chef = 2,
/obj/item/storage/belt/chef = 2,
/obj/item/clothing/head/chefhat = 2,
/obj/item/clothing/head/soft/white = 2,
@@ -772,6 +777,7 @@
/obj/item/clothing/under/misc/waiter = 50,
/obj/item/clothing/suit/chef = 50,
/obj/item/clothing/suit/chef/classic = 50,
/obj/item/clothing/suit/hooded/wintercoat/chef = 75,
/obj/item/storage/belt/chef = 50,
/obj/item/clothing/head/chefhat = 50,
/obj/item/clothing/head/soft/white = 30,
@@ -67,6 +67,7 @@
new /obj/item/clothing/neck/cloak/hop_mantle(src)
new /obj/item/clothing/suit/armor/vest(src)
new /obj/item/clothing/suit/hopcoat(src)
new /obj/item/clothing/suit/hooded/wintercoat/hop(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)
@@ -345,6 +346,7 @@
new /obj/item/clothing/head/beret/paramedic(src)
new /obj/item/clothing/suit/storage/labcoat/emt(src)
new /obj/item/clothing/suit/storage/hazardvest/paramedic(src)
new /obj/item/clothing/suit/hooded/wintercoat/medical/paramedic(src)
new /obj/item/clothing/glasses/hud/health/sunglasses(src)
new /obj/item/clothing/gloves/color/latex(src)
new /obj/item/clothing/gloves/color/latex/nitrile(src)
@@ -397,6 +399,7 @@
new /obj/item/clothing/mask/balaclava(src)
new /obj/item/clothing/suit/storage/iaa/blackjacket(src)
new /obj/item/clothing/suit/blacktrenchcoat(src)
new /obj/item/clothing/suit/hooded/wintercoat/syndicate(src)
new /obj/item/clothing/head/beret/syndicate(src)
new /obj/item/clothing/glasses/syndie(src)
new /obj/item/clothing/neck/cloak/syndicate(src)