[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:
SmArtKar
2024-11-01 17:54:05 +01:00
committed by GitHub
parent 37f23107b7
commit 3d8ffe973d
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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