Skip to content

Commit

Permalink
Revert "Firelocks can be opened with crowbar rigth-click in combat mo…
Browse files Browse the repository at this point in the history
…de. (#85508)"

This reverts commit 5bd7761.
  • Loading branch information
tgstation-ci[bot] committed Aug 30, 2024
1 parent 44437ac commit 69de2ac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/game/machinery/doors/door.dm
Original file line number Diff line number Diff line change
Expand Up @@ -384,12 +384,6 @@
return TRUE
return ..()

/obj/machinery/door/item_interaction_secondary(mob/living/user, obj/item/tool, list/modifiers)
// allows you to crowbar doors while in combat mode
if(user.combat_mode && tool.tool_behaviour == TOOL_CROWBAR)
return crowbar_act_secondary(user, tool)
return ..()

/obj/machinery/door/welder_act_secondary(mob/living/user, obj/item/tool)
try_to_weld_secondary(tool, user)
return ITEM_INTERACT_SUCCESS
Expand Down

0 comments on commit 69de2ac

Please sign in to comment.