Fixes phased/jaunting mobs falling into chasms (#40316)

This commit is contained in:
ShizCalev
2018-09-18 11:14:33 -04:00
committed by Joan Lung
parent 2b75e693d1
commit 6e1b3deb76
11 changed files with 40 additions and 37 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
/obj/effect/temp_visual,
/obj/effect/light_emitter/tendril,
/obj/effect/collapse,
/obj/effect/particle_effect/ion_trails
/obj/effect/particle_effect/ion_trails,
/obj/effect/dummy/phased_mob
))
/datum/component/chasm/Initialize(turf/target)