mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
[MIRROR] Fire Proof Goliath Cloak [MDB IGNORE] (#20786)
* Fire Proof Goliath Cloak * fixes --------- Co-authored-by: Dawnseer <126404225+Dawnseer@users.noreply.github.com> Co-authored-by: ghost sheep <sheepwiththemask@gmail.com>
This commit is contained in:
@@ -126,12 +126,14 @@
|
||||
/obj/item/spear,
|
||||
/obj/item/tank/internals,
|
||||
)
|
||||
resistance_flags = FIRE_PROOF
|
||||
armor_type = /datum/armor/cloak_goliath
|
||||
hoodtype = /obj/item/clothing/head/hooded/cloakhood/goliath
|
||||
body_parts_covered = CHEST|GROIN|ARMS
|
||||
//SKYRAT ADDITION START -GOLIATH CLOAK EDIT
|
||||
cold_protection = CHEST|GROIN|ARMS
|
||||
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
|
||||
//SKYRAT ADDITION END
|
||||
|
||||
/obj/item/clothing/suit/hooded/cloak/goliath/AltClick(mob/user)
|
||||
. = ..()
|
||||
@@ -171,6 +173,8 @@
|
||||
clothing_flags = SNUG_FIT
|
||||
flags_inv = HIDEEARS|HIDEEYES|HIDEHAIR|HIDEFACIALHAIR
|
||||
transparent_protection = HIDEMASK
|
||||
resistance_flags = FIRE_PROOF
|
||||
//SKYRAT ADDITION START -GOLIATH CLOAK EDIT
|
||||
cold_protection = CHEST|GROIN|ARMS
|
||||
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
|
||||
//SKYRAT ADDITION END
|
||||
|
||||
Reference in New Issue
Block a user