mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 11:05:16 +01:00
Fire Proof Goliath Cloak (#74954)
## About The Pull Request Right so, I was trying to imagine why goliath cloak isn't fire proof when goliaths can quite literally bathe in lava. So I decided it must be an oversight. So now they're fireproof.  ## Why It's Good For The Game Fireproof mob leather is actually fireproof ## Changelog 🆑 fix: fixed an oversight - Made Goliath Cloak and Goliath Cloak Hood fireproof. And Goliath hide. /🆑
This commit is contained in:
@@ -126,6 +126,7 @@
|
||||
/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
|
||||
@@ -168,6 +169,7 @@
|
||||
clothing_flags = SNUG_FIT
|
||||
flags_inv = HIDEEARS|HIDEEYES|HIDEHAIR|HIDEFACIALHAIR
|
||||
transparent_protection = HIDEMASK
|
||||
resistance_flags = FIRE_PROOF
|
||||
|
||||
/datum/armor/cloakhood_goliath
|
||||
melee = 35
|
||||
|
||||
Reference in New Issue
Block a user