Adds an overmap helper to find what sector you're in

This commit is contained in:
Aronai Sieyes
2020-04-27 10:34:28 -04:00
parent c9086829ec
commit dcf88640ee
14 changed files with 20 additions and 159 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#define waypoint_sector(waypoint) map_sectors["[waypoint.z]"]
#define waypoint_sector(waypoint) get_overmap_sector(get_z(waypoint))
/datum/shuttle/autodock/overmap
warmup_time = 10