Adds departmental winter coats to loadout lists, adds cold protection to jackets

Pre-existing winter coats can now be taken in loadouts.

/toggle/ jackets now grant the same cold protection as winter coats.
This commit is contained in:
faaaay
2021-06-25 23:29:23 +01:00
parent 69a3b58ae0
commit 10f65e1cc9
8 changed files with 119 additions and 3 deletions
@@ -0,0 +1,11 @@
/datum/gear/coat_cap
name = "Captain's winter coat"
category = SLOT_WEAR_SUIT
path = /obj/item/clothing/suit/hooded/wintercoat/captain
restricted_roles = list("Captain")
/datum/gear/coat_hop
name = "Head of Personnel's winter coat"
category = SLOT_WEAR_SUIT
path = /obj/item/clothing/suit/hooded/wintercoat/hop
restricted_roles = list("Head of Personnel")