Update cit_objectives.dm

This commit is contained in:
deathride58
2018-01-11 20:19:09 -05:00
committed by GitHub
parent 15f0b623ba
commit eedf8eb101

View File

@@ -98,7 +98,7 @@
for(var/mob/living/carbon/C in GLOB.mob_list)
var/mob/living/simple_animal/borer/D = C.has_brain_worms()
var/turf/location = get_turf(C)
if(is_centcom_level(z) && D && D.stat != DEAD)
if(is_centcom_level(location.z) && D && D.stat != DEAD)
total_borer_hosts++
if(target_amount <= total_borer_hosts)
return TRUE