From 3102525d97aa6f1ad152c74b2ccfbd4b3a9b83f5 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 26 Jun 2026 02:52:31 -0400 Subject: feat: simplified conversation trees and output won't overwrite prompts now --- internal/game/cmd_inventory.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/game/cmd_inventory.go') diff --git a/internal/game/cmd_inventory.go b/internal/game/cmd_inventory.go index 5024642..b7b52ed 100644 --- a/internal/game/cmd_inventory.go +++ b/internal/game/cmd_inventory.go @@ -12,7 +12,6 @@ func (g *Game) executeInventory(sess *net.Session, args []string, rawInput strin func (g *Game) doInventory(sess *net.Session) { p := sess.Player - sess.WriteLine("") sess.WriteLine(fmt.Sprintf("Inventory (%d free):", p.FreeSlots())) num := 0 -- cgit v1.2.3