Moves several clothing-specific flags from /atom to their proper type
This commit is contained in:
committed by
CitadelStationBot
parent
811cc06188
commit
3f6167d08e
@@ -130,7 +130,7 @@
|
||||
var/obj/item/clothing/S = C.get_item_by_slot(slot_wear_suit)
|
||||
var/obj/item/clothing/H = C.get_item_by_slot(slot_head)
|
||||
|
||||
if(S && H && S.flags_2 & LAVA_PROTECT_2 && H.flags_2 & LAVA_PROTECT_2)
|
||||
if(S && H && S.clothing_flags & LAVAPROTECT && H.clothing_flags & LAVAPROTECT)
|
||||
return
|
||||
|
||||
L.adjustFireLoss(20)
|
||||
|
||||
Reference in New Issue
Block a user