From fb9ad97ba3bde1fa253700ef25c7bf08962af68b Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 13 Nov 2023 12:10:59 +0000 Subject: [PATCH] Error reporting bug Change error when material not found to indicate that the material was not found --- carve.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carve.lic b/carve.lic index d7baf93842..4a7b42b9ae 100644 --- a/carve.lic +++ b/carve.lic @@ -78,7 +78,7 @@ class Carve case DRC.bput("get my #{@material} #{@type}", '^You get', '^You are already', '^What do you', '^What were you', 'You pick up', "can't quite lift it") when 'What do you', 'What were you' DRC.beep - echo("You seem to be missing: #{name}") + echo("You seem to be missing: #{@material} #{@type}") exit when /can\'t quite lift it/ @my = ''