Adds explosion when attempting to microwave metal / bugfix (#23887)

This commit is contained in:
TinManTim
2024-01-23 17:59:09 -05:00
committed by GitHub
parent 424d3c8dc6
commit f499dfb63a
8 changed files with 153 additions and 44 deletions

View File

@@ -14,7 +14,7 @@ public abstract class SharedDestructibleSystem : EntitySystem
}
/// <summary>
/// Force entity to broke.
/// Force entity to break.
/// </summary>
public void BreakEntity(EntityUid owner)
{