Fix mapped-in objects being deaf, destroy virtual mobs (#15343)

This commit is contained in:
Wildkins
2022-12-17 23:27:00 +01:00
committed by GitHub
parent 78769e0896
commit 7cf187cb38
14 changed files with 10 additions and 219 deletions
@@ -356,9 +356,6 @@
///find the spatial map cell that target belongs to, then add target's important_recusive_contents to it.
///make sure to provide the turf new_target is "in"
/datum/controller/subsystem/spatial_grid/proc/enter_cell(atom/movable/new_target, turf/target_turf)
if(init_state != SS_INITSTATE_DONE)
return
if(QDELETED(new_target))
CRASH("qdeleted or null target trying to enter the spatial grid!")