From 445c4612cc5cf2c226f85894b6ad1e2419a374e2 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 15 Jun 2026 00:55:26 -0400 Subject: feat: walk command, improved tables and columns --- internal/game/action.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/game/action.go') diff --git a/internal/game/action.go b/internal/game/action.go index ce29559..bb4bdac 100644 --- a/internal/game/action.go +++ b/internal/game/action.go @@ -172,6 +172,7 @@ func (g *Game) StartAction(sess *net.Session, verb, target string) { func (g *Game) CancelAction(p *player.Player) { p.Action = nil p.ActionState = nil + p.WalkSequence = nil } func (g *Game) AdvanceActions() { -- cgit v1.2.3