Skip to content

Commit

Permalink
whoopsie (#26777)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwertytoforty authored Sep 14, 2024
1 parent e2a7c80 commit 04e65c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/machinery/portable_turret.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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, "<span class='notice'>You begin prying the metal coverings off.</span>")
if(!I.use_tool(src, user, 2 SECONDS, 0, 50))
return FALSE
Expand Down

0 comments on commit 04e65c7

Please sign in to comment.