diff options
| author | historia <[not public]> | 2026-06-17 02:27:20 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-17 02:27:20 -0400 |
| commit | 731adf2e0fbcac9a32179da077299ed6465af41e (patch) | |
| tree | 29d368917f258350d426f2680bec59feeb464eaf /internal/game/action.go | |
| parent | 389e307f205f9b7edf604fb9f86e1038ead736ef (diff) | |
| download | thehouseoficarus-731adf2e0fbcac9a32179da077299ed6465af41e.tar.gz | |
feat: movement overhauled. agility-enhancing items added.
Diffstat (limited to 'internal/game/action.go')
| -rw-r--r-- | internal/game/action.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/game/action.go b/internal/game/action.go index 04e2b0a..c08295c 100644 --- a/internal/game/action.go +++ b/internal/game/action.go @@ -199,6 +199,7 @@ func (g *Game) CancelAction(p *player.Player) { p.Action = nil p.ActionState = nil p.WalkSequence = nil + p.ClearMoveState() } func (g *Game) AdvanceActions() { |
