From 3102525d97aa6f1ad152c74b2ccfbd4b3a9b83f5 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 26 Jun 2026 02:52:31 -0400 Subject: feat: simplified conversation trees and output won't overwrite prompts now --- internal/game/cmd_queued.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/cmd_queued.go') diff --git a/internal/game/cmd_queued.go b/internal/game/cmd_queued.go index dcda825..549c5fb 100644 --- a/internal/game/cmd_queued.go +++ b/internal/game/cmd_queued.go @@ -61,6 +61,6 @@ func (g *Game) doQueued(sess *net.Session) { } } if pos > 0 && len(names) > 1 { - sess.WriteLine(fmt.Sprintf("\n Your active action will resolve as queue position #%d of %d.", pos, len(names))) + sess.WriteLine(fmt.Sprintf(" Your active action will resolve as queue position #%d of %d.", pos, len(names))) } } -- cgit v1.2.3