From c36c1dc0c65e65b4d6ee53df6bbcc3a860eb6e4b Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 21 Jun 2026 01:05:35 -0400 Subject: Added %i, %n, %b to production skill messages to consistent color inputs, item names, and byproducts --- internal/game/cmd_clean.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/game/cmd_clean.go') diff --git a/internal/game/cmd_clean.go b/internal/game/cmd_clean.go index 28758b8..a40f5fc 100644 --- a/internal/game/cmd_clean.go +++ b/internal/game/cmd_clean.go @@ -74,9 +74,9 @@ func (g *Game) doClean(sess *net.Session, input string) { } p.BackgroundActionState = &ActionState{Type: ActionCleaning} - g.broadcastAction(sess, "\n%s starts cleaning herbs.", p.Name) + g.broadcastAction(sess, "%s starts cleaning herbs.", p.Name) - sess.WriteLine("\nYou begin cleaning herbs.") + sess.WriteLine("You begin cleaning herbs.") } func matchesCleanFilter(item *object.ItemDef, filter string) bool { -- cgit v1.2.3