Add nav console modular program and fix crew mon bug

This commit is contained in:
Aronai Sieyes
2020-04-12 22:52:57 -04:00
parent d3d38d9a55
commit 4e0a62996b
17 changed files with 169 additions and 18 deletions

View File

@@ -82,7 +82,7 @@
//Helper for init.
/obj/effect/overmap/visitable/proc/check_ownership(obj/object)
if((object.z in map_z) && !(get_area(object) in SSshuttles.shuttle_areas))
if((get_z(object) in map_z) && !(get_area(object) in SSshuttles.shuttle_areas))
return 1
//If shuttle_name is false, will add to generic waypoints; otherwise will add to restricted. Does not do checks.