Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use of known acquirement scrolls #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions qw.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5251,9 +5251,9 @@ function plan_use_good_consumables()
if view.feature_at(0,0) ~= "deep_water"
and view.feature_at(0,0) ~= "lava" then
if you.race() == "Felid" then
return read2(it, " c")
return read2(it, "c")
else
return read2(it, " b")
return read2(it, "b")
end
end
elseif it.name():find("enchant weapon") then
Expand Down