Skip to content

Commit

Permalink
halves liquid pump wrench time (#3393)
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoTomahto authored Sep 14, 2024
1 parent 49e5196 commit 2290da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkestation/code/modules/liquids/liquid_pump.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/obj/structure/liquid_pump/wrench_act(mob/living/user, obj/item/I)
. = ..()
default_unfasten_wrench(user, I, 40)
default_unfasten_wrench(user, I, 20)
if(!anchored && turned_on)
toggle_working()
return TRUE
Expand Down

0 comments on commit 2290da2

Please sign in to comment.