diff options
| author | historia <[not public]> | 2026-06-14 21:07:26 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-14 21:07:26 -0400 |
| commit | 1aba2bdd23aebed4032333e74aa553c40a31fcbd (patch) | |
| tree | c004f4c2a139df5c3cf4029b2611bdfa09b40f86 /internal/game/cmd_drop.go | |
| parent | a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad (diff) | |
| download | thehouseoficarus-1aba2bdd23aebed4032333e74aa553c40a31fcbd.tar.gz | |
refactor: added docs, split up some components in game package
Diffstat (limited to 'internal/game/cmd_drop.go')
| -rw-r--r-- | internal/game/cmd_drop.go | 2 |
1 files changed, 1 insertions, 1 deletions
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> ") } |
