diff --git a/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs b/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs index 5f83288009d..ab35f729dbc 100644 --- a/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs +++ b/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs @@ -536,6 +536,9 @@ public sealed partial class ExplosionSystem break; tileDef = newDef; + + if (newDef.Indestructible) + break; } if (tileDef.TileId == tileRef.Tile.TypeId)