Skip to content

Commit

Permalink
Merge pull request #6731 from cbisazza/master
Browse files Browse the repository at this point in the history
Error reporting bug
  • Loading branch information
MahtraDR authored Nov 13, 2023
2 parents 6ca48b6 + fb9ad97 commit adcce18
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 adcce18

Please sign in to comment.