Skip to content

Commit

Permalink
Merge pull request #6764 from MahtraDR/sort_scrolls_turn
Browse files Browse the repository at this point in the history
[scripts][sort-scrolls] Fix for new turn syntax
  • Loading branch information
MahtraDR authored Feb 17, 2024
2 parents 9f844b1 + d46ff23 commit 08920e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sort-scrolls.lic
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class ScrollSorter
DRC.message("You have no copies of #{name}!")
else
DRC.bput("open my #{@stacker}", /You open your/, /is already open/)
num.times { DRC.bput("turn my #{@stacker}", /You turn to/, /You've reached the end/) }
DRC.bput("turn #{DRC.get_noun(@stacker)} to #{name}", /^You turn/)
DRC.bput("pull my #{@stacker}", /This was the last copy/, /Carefully, you remove a copy/)
end
DRC.bput("put my #{@stacker} in my #{@stacker_container}", /You put your/)
Expand Down

0 comments on commit 08920e0

Please sign in to comment.