diff --git a/code/game/machinery/portable_turret.dm b/code/game/machinery/portable_turret.dm index b165688f797..fe85a21e18b 100644 --- a/code/game/machinery/portable_turret.dm +++ b/code/game/machinery/portable_turret.dm @@ -1041,6 +1041,9 @@ GLOBAL_LIST_EMPTY(turret_icons) ailock = TRUE var/area/syndicate_depot/core/depotarea +/obj/machinery/porta_turret/syndicate/CanPass(atom/A) + return ((stat & BROKEN) || !isliving(A)) + /obj/machinery/porta_turret/syndicate/die() . = ..() if(istype(depotarea))