Merge pull request #7017 from Citadel-Station-13/upstream-merge-38284

[MIRROR] Blacklist ion trails from chasms
This commit is contained in:
deathride58
2018-06-05 20:51:42 +00:00
committed by GitHub
+3 -1
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)