From 04e65c74969fb2c7f96db0a903747c18b990bfea Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:39:55 -0400 Subject: [PATCH] whoopsie (#26777) --- code/game/machinery/portable_turret.dm | 2 ++ 1 file changed, 2 insertions(+) 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