Blacklist ion trails from chasms (#38284)

This commit is contained in:
81Denton
2018-06-05 20:29:15 +02:00
committed by letterjay
parent de73153ccb
commit 9fd7bfb347

View File

@@ -18,7 +18,9 @@
/obj/effect/landmark,
/obj/effect/temp_visual,
/obj/effect/light_emitter/tendril,
/obj/effect/collapse))
/obj/effect/collapse,
/obj/effect/particle_effect/ion_trails
))
/datum/component/chasm/Initialize(turf/target)
RegisterSignal(list(COMSIG_MOVABLE_CROSSED, COMSIG_ATOM_ENTERED), .proc/Entered)