From 1aba2bdd23aebed4032333e74aa553c40a31fcbd Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 14 Jun 2026 21:07:26 -0400 Subject: refactor: added docs, split up some components in game package --- internal/game/cmd_drop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/cmd_drop.go') diff --git a/internal/game/cmd_drop.go b/internal/game/cmd_drop.go index cbe232d..149b86b 100644 --- a/internal/game/cmd_drop.go +++ b/internal/game/cmd_drop.go @@ -222,7 +222,7 @@ func (g *Game) handleDropAllConfirm(sess *net.Session, input string) { sess.WriteLine("\nYou have nothing to drop.") } else { sess.Write(fmt.Sprintf("\nYou drop your ")) - innerPickupReport(sess, dropped) + formatPickupList(sess, dropped) } sess.Write("\r\n> ") } -- cgit v1.2.3