diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index e40d8bc6b3a..34097634102 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -209,7 +209,7 @@ if(/mob/living/silicon/ai, /mob/living/silicon/pai) continue if(get_area(player) == A) - if(!player.mind.special_role && !istype(get_turf(player.mind.current), /turf/simulated/shuttle/floor4)) + if(!player.mind.special_role && !istype(get_turf(player.mind.current), /turf/simulated/floor/plasteel/shuttle/red)) return 0 return 1