mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Flux anomalies will now actually explode if not deactivated
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user