mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Adds an overmap helper to find what sector you're in
This commit is contained in:
5
code/modules/overmap/helpers.dm
Normal file
5
code/modules/overmap/helpers.dm
Normal file
@@ -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