mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
add skull helmet to loadout
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user