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/cmd_description.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/cmd_description.go') diff --git a/internal/game/cmd_description.go b/internal/game/cmd_description.go index 6875840..56ce441 100644 --- a/internal/game/cmd_description.go +++ b/internal/game/cmd_description.go @@ -30,5 +30,5 @@ func (g *Game) handleDescriptionChange(sess *net.Session, input string) { sess.WriteLine("Description left unchanged.") } sess.State = net.StateGame - sess.Write("\r\n> ") + g.writePrompt(sess) } -- cgit v1.2.3