Skip to content

Commit

Permalink
tweak: Move Intent Toggle Old Behavior (ss220-space#5588)
Browse files Browse the repository at this point in the history
Move Intent Toggle Old Behavior
  • Loading branch information
Gottfrei authored Jul 27, 2024
1 parent affba3e commit ca121f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/keybindings/mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@
. = ..()
if(.)
return .
user.mob.toggle_move_intent(MOVE_INTENT_WALK)
user.mob.toggle_move_intent()


/datum/keybinding/mob/walk_hold/up(client/user)
. = ..()
if(.)
return .
user.mob.toggle_move_intent(MOVE_INTENT_RUN)
user.mob.toggle_move_intent()


/datum/keybinding/mob/walk_toggle
Expand Down

0 comments on commit ca121f2

Please sign in to comment.