Merge pull request #27697 from KorPhaeron/z2

Centcomm is on Z1
This commit is contained in:
oranges
2017-05-28 13:57:00 +12:00
committed by GitHub
14 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -609,7 +609,7 @@
if(3)
var/count = 0
for(var/mob/living/carbon/monkey/Monkey in world)
if(Monkey.z == 1)
if(Monkey.z == ZLEVEL_STATION)
count++
return "Kill all [count] of the monkeys on the station"
if(4)