mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-29 08:09:34 +01:00
Adds an overmap helper to find what sector you're in
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/proc/get_overmap_sector(var/z)
|
||||
if(using_map.use_overmap)
|
||||
return map_sectors["[z]"]
|
||||
else
|
||||
return null
|
||||
Reference in New Issue
Block a user