MY CODE QUALITY IS BASED ON WHAT I'M MESSING WITH

This commit is contained in:
Nerd Lord
2015-11-11 15:20:48 -05:00
parent 182f4ed16b
commit e19757bca3
2 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -22,5 +22,5 @@
/datum/round_event/anomaly/anomaly_flux/end()
if(newAnomaly.loc)//If it hasn't been neutralized, it's time to blow up.
explosion(newAnomaly, 1, 4, 16, 18) //Low devistation, but hits a lot of stuff.
explosion(newAnomaly, 1, 4, 16, 18) //Low devastation, but hits a lot of stuff.
qdel(newAnomaly)