Initialize procs for virgo

This commit is contained in:
Leshana
2018-01-27 00:22:10 -05:00
parent cef001bf2a
commit 38f20304ca
17 changed files with 29 additions and 30 deletions

View File

@@ -54,7 +54,7 @@ var/global/list/extraMiniMaps = list()
// TODO - Check - They had a delayed init perhaps?
for (var/obj/machinery/station_map/S in station_holomaps)
S.initialize()
S.setup_holomap()
// Generates the "base" holomap for one z-level, showing only the physical structure of walls and paths.
/proc/generateHoloMinimap(var/zLevel = 1)