Fix Airtight Explosion Cache (#43276)

fix explosions

Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
Princess Cheeseballs 2026-03-17 17:54:03 -07:00 committed by Coryler
parent a0902828e0
commit be7f9e856a
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ public sealed partial class ExplosionSystem
var damagePerIntensity = FixedPoint2.Zero;
foreach (var (type, value) in explosionType.DamagePerIntensity.DamageDict)
{
if (_damageableSystem.CanBeDamagedBy((uid, damageable), type))
if (!_damageableSystem.CanBeDamagedBy((uid, damageable), type))
continue;
// TODO EXPLOSION SYSTEM