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
@@ -488,7 +488,9 @@
icon_state = "jacket_yellow"
item_state = "jacket_yellow"
body_parts_covered = CHEST|ARMS
cold_protection = CHEST|ARMS
mutantrace_variation = NO_MUTANTRACE_VARIATION
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
/obj/item/clothing/suit/toggle/jacket_orange
name = "Orange Jacket"
@@ -496,7 +498,9 @@
icon_state = "jacket_orange"
item_state = "jacket_orange"
body_parts_covered = CHEST|ARMS
cold_protection = CHEST|ARMS
mutantrace_variation = NO_MUTANTRACE_VARIATION
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
/obj/item/clothing/suit/toggle/jacket_red
name = "Red Jacket"
@@ -504,7 +508,9 @@
icon_state = "jacket_red"
item_state = "jacket_red"
body_parts_covered = CHEST|ARMS
cold_protection = CHEST|ARMS
mutantrace_variation = NO_MUTANTRACE_VARIATION
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
/obj/item/clothing/suit/toggle/jacket_purple
name = "Purple Jacket"
@@ -512,7 +518,9 @@
icon_state = "jacket_purple"
item_state = "jacket_purple"
body_parts_covered = CHEST|ARMS
cold_protection = CHEST|ARMS
mutantrace_variation = NO_MUTANTRACE_VARIATION
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
/obj/item/clothing/suit/toggle/jacket_white
name = "White Jacket"
@@ -520,7 +528,9 @@
icon_state = "jacket_white"
item_state = "jacket_white"
body_parts_covered = CHEST|ARMS
cold_protection = CHEST|ARMS
mutantrace_variation = NO_MUTANTRACE_VARIATION
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
/obj/item/clothing/suit/dracula
name = "dracula coat"