mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 23:31:18 +00:00
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
/proc/get_overmap_sector(var/z)
|
|
if(GLOB.using_map.use_overmap)
|
|
return map_sectors["[z]"]
|
|
else
|
|
return null
|