aboutsummaryrefslogtreecommitdiff
path: root/internal/game/tick.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-15 02:57:35 -0400
committerhistoria <[not public]>2026-06-15 02:58:50 -0400
commit4cc1ddcd185509080b4b3e15d1646567edd51c9d (patch)
tree2a564846ad4fd159a2d7e55451bfa9569fe8c0b8 /internal/game/tick.go
parent445c4612cc5cf2c226f85894b6ad1e2419a374e2 (diff)
downloadthehouseoficarus-4cc1ddcd185509080b4b3e15d1646567edd51c9d.tar.gz
removed game speed for being broken and an antifeature anyway. added color support.
Diffstat (limited to 'internal/game/tick.go')
-rw-r--r--internal/game/tick.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/game/tick.go b/internal/game/tick.go
index 767109e..f326ad8 100644
--- a/internal/game/tick.go
+++ b/internal/game/tick.go
@@ -109,6 +109,7 @@ func (g *Game) WanderTick() {
if p, ok := sess.Player.(*player.Player); ok && p.Action != nil {
if p.Action.TargetID == om.DefID {
g.CancelAction(p)
+ g.writePrompt(sess)
}
}
}