diff --git a/code/game/machinery/portable_turret.dm b/code/game/machinery/portable_turret.dm index b186a0981258..46c30b82a1a4 100644 --- a/code/game/machinery/portable_turret.dm +++ b/code/game/machinery/portable_turret.dm @@ -372,6 +372,8 @@ GLOBAL_LIST_EMPTY(turret_icons) /obj/machinery/porta_turret/crowbar_act(mob/living/user, obj/item/I) . = TRUE + if(!(stat & BROKEN) || syndicate) // No disasembling active turrets or syndicate ones + return to_chat(user, "You begin prying the metal coverings off.") if(!I.use_tool(src, user, 2 SECONDS, 0, 50)) return FALSE