mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
[FIX] Fix spacing explosions ignoring indestructible flag in stacked tiles (#42682)
* bald man broke my tiles * move it around * shrink it --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
@@ -536,6 +536,9 @@ public sealed partial class ExplosionSystem
|
||||
break;
|
||||
|
||||
tileDef = newDef;
|
||||
|
||||
if (newDef.Indestructible)
|
||||
break;
|
||||
}
|
||||
|
||||
if (tileDef.TileId == tileRef.Tile.TypeId)
|
||||
|
||||
Reference in New Issue
Block a user