Fix the station integrity report to read the correct Z

Fixes a bug where the integrity of CentCom was being taken instead,
coming out at about 85% no matter what happened during the round. Also
removes the gang territory calculation now that it isn't used anywhere.
This commit is contained in:
Tad Hardesty
2017-11-12 12:44:30 -08:00
committed by CitadelStationBot
parent 4afc4f5b39
commit aa8581d430
2 changed files with 40 additions and 49 deletions
+1 -1
View File
@@ -315,7 +315,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