Skip to content

Commit

Permalink
Merge pull request #6982 from MahtraDR/stack_scrolls
Browse files Browse the repository at this point in the history
[scripts][stack-scrolls] Reconcile local copy
  • Loading branch information
MahtraDR authored Nov 13, 2024
2 parents 5e6d1f4 + 0ab9023 commit 0564516
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stack-scrolls.lic
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ class ScrollStack

DRC.bput("turn #{DRC.get_noun(target['name'])} to #{query}", /^You turn/)

case DRC.bput("pull my #{target['name']}", 'This was the last copy', 'Carefully')
when /This was the last/i
case DRC.bput("pull my #{target['name']}", /This was the last copy/, /Carefully/)
when /This was the last/
target['contents'][slot] = []
when /Carefully/i
when /Carefully/
data = target['contents'][slot]
data[1] = data[1] - 1
end
Expand Down

0 comments on commit 0564516

Please sign in to comment.