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

This commit is contained in:
Aronai Sieyes
2020-04-11 12:55:26 -04:00
parent c9086829ec
commit dcf88640ee
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