From fae979b75e37b6ad57e57062a1b637a37ec87174 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 18 Jun 2026 02:34:56 -0400 Subject: cleaned up various crafting menus --- internal/game/cmd_eat.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'internal/game/cmd_eat.go') diff --git a/internal/game/cmd_eat.go b/internal/game/cmd_eat.go index 9d4bfd0..6a74979 100644 --- a/internal/game/cmd_eat.go +++ b/internal/game/cmd_eat.go @@ -28,10 +28,7 @@ func (g *Game) doEat(sess *net.Session, input string) { unique := uniqueItemNames(matches) if len(unique) > 1 { - sess.WriteLine("Which one?") - for _, name := range unique { - sess.WriteLine(fmt.Sprintf(" - %s", name)) - } + g.showWhichOne(sess, matches) return } -- cgit v1.2.3