multiz movement refactor redux (#62132)

This commit is contained in:
Ghom
2021-12-06 23:13:48 -08:00
committed by GitHub
parent c5ddfdf964
commit 21ac10d3d4
38 changed files with 497 additions and 260 deletions
@@ -118,7 +118,7 @@
return INITIALIZE_HINT_QDEL
return ..()
/mob/camera/ai_eye/remote/base_construction/setLoc(destination)
/mob/camera/ai_eye/remote/base_construction/setLoc(turf/destination, force_update = FALSE)
var/area/curr_area = get_area(destination)
//Only move if we're in the allowed area. If no allowed area is defined, then we're free to move wherever.
if(!linked_console.allowed_area || istype(curr_area, linked_console.allowed_area))