Buffed the explosion power of the flux anomaly a bit.

This commit is contained in:
alex-gh
2013-12-02 14:44:26 +01:00
parent 5ceb13d028
commit c7410ebd7f
+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.loc, -1, 3, 5, 5)
explosion(newAnomaly.loc, 0, 4, 6, 5)
del(newAnomaly)