diff --git a/code/modules/events/tgevents/anomaly_flux.dm b/code/modules/events/tgevents/anomaly_flux.dm index 98436df39b8..f8d357cea29 100644 --- a/code/modules/events/tgevents/anomaly_flux.dm +++ b/code/modules/events/tgevents/anomaly_flux.dm @@ -18,5 +18,5 @@ /datum/event/anomaly/anomaly_flux/end() if(newAnomaly)//If it hasn't been neutralized, it's time to blow up. - explosion(newAnomaly.loc, -1, 3, 5, 5) + explosion(newAnomaly.loc, 0, 4, 6, 5) del(newAnomaly) \ No newline at end of file