Revert "Explosion refactor TEST MERG (#6995)" (#7005)

This commit is contained in:
Leon Friedrich
2022-03-06 06:02:34 +13:00
committed by GitHub
parent cd1902cdf2
commit c95516e5b2
71 changed files with 766 additions and 3964 deletions

View File

@@ -14,7 +14,7 @@ namespace Content.Server.Destructible.Thresholds.Behaviors
{
public void Execute(EntityUid owner, DestructibleSystem system)
{
system.ExplosionSystem.TriggerExplosive(owner);
system.ExplosionSystem.SpawnExplosion(owner);
}
}
}