From ed5b5dbb4f873918c81628f52a0b0a3f6ceb23f2 Mon Sep 17 00:00:00 2001 From: alex-gh Date: Fri, 15 Nov 2013 07:33:20 +0100 Subject: [PATCH] Flux anomalies will now actually explode if not deactivated --- 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 f1d737f7512..98436df39b8 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, -1, 3, 5, 5) + explosion(newAnomaly.loc, -1, 3, 5, 5) del(newAnomaly) \ No newline at end of file