mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Fix mapped-in objects being deaf, destroy virtual mobs (#15343)
This commit is contained in:
@@ -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!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user