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:
committed by
CitadelStationBot
parent
4afc4f5b39
commit
aa8581d430
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user