Should fix a few bugs and also get us a step closer to overmap.

This commit is contained in:
Neerti
2020-07-07 09:30:12 -04:00
parent 6dabed403f
commit 91402f4f50
13 changed files with 31 additions and 26 deletions
@@ -38,7 +38,7 @@
data["isAI"] = isAI(user)
var/z = get_z(nano_host())
var/list/map_levels = using_map.get_map_levels(z, TRUE)
var/list/map_levels = using_map.get_map_levels(z, TRUE, om_range = DEFAULT_OVERMAP_RANGE)
data["map_levels"] = map_levels
data["crewmembers"] = list()