diff --git a/Content.Server/PowerCell/PowerCellSystem.cs b/Content.Server/PowerCell/PowerCellSystem.cs index f0f9ce4ae0..e636575a4a 100644 --- a/Content.Server/PowerCell/PowerCellSystem.cs +++ b/Content.Server/PowerCell/PowerCellSystem.cs @@ -85,7 +85,6 @@ public sealed class PowerCellSystem : SharedPowerCellSystem return; var radius = MathF.Min(5, MathF.Ceiling(MathF.Sqrt(battery.CurrentCharge) / 30)); - battery.CurrentCharge = 0; _explosionSystem.TriggerExplosive(uid, radius: radius); QueueDel(uid);