Flux anomalies will now actually explode if not deactivated

This commit is contained in:
alex-gh
2013-11-15 07:33:20 +01:00
parent 9709028d9d
commit ed5b5dbb4f
+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)