From c7410ebd7f2585238bd455edac747bcf1ae3a310 Mon Sep 17 00:00:00 2001 From: alex-gh Date: Mon, 2 Dec 2013 14:44:26 +0100 Subject: [PATCH] Buffed the explosion power of the flux anomaly a bit. --- code/modules/events/tgevents/anomaly_flux.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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