add skull helmet to loadout

This commit is contained in:
nevimer
2026-01-10 20:45:48 -05:00
parent b1ce88ad36
commit 310fe44285
2 changed files with 15 additions and 0 deletions
@@ -718,3 +718,13 @@
fire = 100
acid = 50
wound = 25
/obj/item/clothing/head/helmet/skull/fake
strip_delay = 2 SECONDS
flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE|HIDESNOUT
flags_cover = HEADCOVERSEYES
min_cold_protection_temperature = HELMET_MIN_TEMP_PROTECT
max_heat_protection_temperature = HELMET_MAX_TEMP_PROTECT
armor_type = /datum/armor/none
resistance_flags = FIRE_PROOF
@@ -181,3 +181,8 @@
/datum/loadout_item/head/soft/frontier_colonist
name = "Frontier Cap"
item_path = /obj/item/clothing/head/soft/frontier_colonist
/datum/loadout_item/head/skull
name = "Skull Helmet"
item_path = /obj/item/clothing/head/helmet/skull/fake