aboutsummaryrefslogtreecommitdiff
path: root/internal/game/action.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-15 00:55:26 -0400
committerhistoria <[not public]>2026-06-15 00:56:27 -0400
commit445c4612cc5cf2c226f85894b6ad1e2419a374e2 (patch)
treedf3c6d4702cbeb7bd1618f88e93eb9cd08bcfcf4 /internal/game/action.go
parentb6fdde0aa6fcefd735e7c550aaa7fca879023f1c (diff)
downloadthehouseoficarus-445c4612cc5cf2c226f85894b6ad1e2419a374e2.tar.gz
feat: walk command, improved tables and columns
Diffstat (limited to 'internal/game/action.go')
-rw-r--r--internal/game/action.go1
1 files changed, 1 insertions, 0 deletions
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() {