mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
[NO GBP] Fixes pressure-proof clothing not preventing plasmamen self-combustion (#87598)
## About The Pull Request Closes #87515 ## Changelog 🆑 fix: Fixed pressure-proof clothing not preventing plasmamen self-combustion /🆑
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
if (HAS_TRAIT(owner, TRAIT_STASIS))
|
||||
return
|
||||
|
||||
if (owner.is_atmos_sealed(additional_flags = PLASMAMAN_PREVENT_IGNITION, check_hands = TRUE, ignore_chest_pressureprot = TRUE))
|
||||
if (owner.is_atmos_sealed(additional_flags = PLASMAMAN_PREVENT_IGNITION, check_hands = TRUE, alt_flags = TRUE))
|
||||
if (!owner.on_fire)
|
||||
REMOVE_TRAIT(owner, TRAIT_IGNORE_FIRE_PROTECTION, REF(parent))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user