From 010fa439399581391fcd509d2058191ff4fa74b3 Mon Sep 17 00:00:00 2001 From: historia Date: Sat, 20 Jun 2026 21:36:32 -0400 Subject: feat: stop command added --- internal/game/cmd_id.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/game/cmd_id.go') diff --git a/internal/game/cmd_id.go b/internal/game/cmd_id.go index cb886dc..6514463 100644 --- a/internal/game/cmd_id.go +++ b/internal/game/cmd_id.go @@ -113,9 +113,9 @@ func (g *Game) doIdentify(sess *net.Session, input string) { return } - scrapCount := p.CountItem("scrap_metal") + scrapCount := p.CountItem("scrap") if scrapCount == 0 { - sess.WriteLine("You don't have any scrap metal.") + sess.WriteLine("You don't have any scrap.") return } -- cgit v1.2.3