mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-12 08:43:26 +01:00
[MIRROR] Fixes SM flux anomalies exploding (#12346)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a40ff5f1c4
commit
c2bd2e5924
@@ -7,7 +7,7 @@
|
||||
var/shockdamage = 20
|
||||
var/emp_zap = FLUX_EMP
|
||||
|
||||
/obj/effect/anomaly/flux/Initialize(mapload, new_lifespan, emp_zap = FLUX_EMP)
|
||||
/obj/effect/anomaly/flux/Initialize(mapload, new_lifespan, drops_core, emp_zap = FLUX_EMP)
|
||||
. = ..()
|
||||
src.emp_zap = emp_zap
|
||||
var/static/list/loc_connections = list(
|
||||
|
||||
Reference in New Issue
Block a user