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

This commit is contained in:
Aronai Sieyes
2020-04-10 19:42:18 -04:00
parent 05f1aa7356
commit 942ed8d806
14 changed files with 20 additions and 159 deletions

View File

@@ -0,0 +1,5 @@
/proc/get_overmap_sector(var/z)
if(using_map.use_overmap)
return map_sectors["[z]"]
else
return null