Skip to content

Commit

Permalink
Error reporting bug
Browse files Browse the repository at this point in the history
Change error when material not found to indicate that the material was not found
  • Loading branch information
cbisazza committed Nov 13, 2023
1 parent fc10ccb commit fb9ad97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carve.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit fb9ad97

Please sign in to comment.