Merge pull request #49 from alex-gh/flux_fix

Flux anomalies will now actually explode if not deactivated
This commit is contained in:
ZomgPonies
2013-11-14 22:57:14 -08:00
+1 -1
View File
@@ -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)