From 4cc1ddcd185509080b4b3e15d1646567edd51c9d Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 15 Jun 2026 02:57:35 -0400 Subject: removed game speed for being broken and an antifeature anyway. added color support. --- internal/game/tick.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/game/tick.go') 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) } } } -- cgit v1.2.3