mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
Add fire proof flag to item that are lava proofed by xenobio potion (#86871)
## About The Pull Request fix #85250 ## Why It's Good For The Game Kinda makes sense that lava proofed item wouldnt break from fire damage ## Changelog 🆑 fix: fixed lava proofed clothing from xenobio potion being damaged from fire /🆑
This commit is contained in:
@@ -170,6 +170,7 @@ Slimecrossing Potions
|
||||
if (isclothing(clothing))
|
||||
var/obj/item/clothing/clothing_real = clothing
|
||||
clothing_real.clothing_flags |= LAVAPROTECT
|
||||
clothing_real.resistance_flags |= FIRE_PROOF
|
||||
uses--
|
||||
if(uses <= 0)
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user