Merge pull request #3935 from Citadel-Station-13/upstream-merge-32684

[MIRROR] Fix the station integrity report to read the correct Z
This commit is contained in:
LetterJay
2017-11-14 15:54:44 -06:00
committed by GitHub
2 changed files with 40 additions and 49 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ SUBSYSTEM_DEF(ticker)
set waitfor = FALSE
mode.post_setup()
GLOB.start_state = new /datum/station_state()
GLOB.start_state.count(1)
GLOB.start_state.count()
//Cleanup some stuff
for(var/obj/effect/landmark/start/S in GLOB.landmarks_list)
//Deleting Startpoints but we need the ai point to AI-ize people later