From 01a4e6653dc0f712a976bddac624a93e7181d4d5 Mon Sep 17 00:00:00 2001 From: palpatine213 Date: Mon, 7 Sep 2015 17:58:43 -0700 Subject: [PATCH] Cyborgs no longer count against escape alone --- code/game/gamemodes/objective.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index fa97aea7600..59b8fd3081a 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -225,7 +225,7 @@ if(player.mind && player.mind != owner) if(player.stat != DEAD) switch(player.type) - if(/mob/living/silicon/ai, /mob/living/silicon/pai) + if(/mob/living/silicon) //Borgs are technically dead anyways continue if(get_area(player) == A) if(!player.mind.special_role && !istype(get_turf(player.mind.current), /turf/simulated/floor/plasteel/shuttle/red))