Skip to content

Commit

Permalink
Update handcharger.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyThorne committed Feb 8, 2024
1 parent b13044b commit d70c603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/handcharger.dm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
flick("handcharger2", src)
playsound(user.loc, 'sound/items/Ratchet.ogg', 50, 1)
charging = TRUE
if(do_after(user, 1 SECOND, can_move = TRUE) && my_cell)
if(do_after(user, 0.5 SECOND, can_move = TRUE) && my_cell)
H.remove_nutrition(0.5)
my_cell.give(charge_per_use)
charging = FALSE
Expand Down

0 comments on commit d70c603

Please sign in to comment.