Skip to content
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