From d13ba792edc6cc38dc32e8ad186535720c7407b9 Mon Sep 17 00:00:00 2001 From: "Edgar A. Bering IV" Date: Sun, 30 Dec 2018 17:32:45 -0500 Subject: [PATCH] Fix use of known acquirement scrolls Fixes #25 --- qw.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qw.rc b/qw.rc index b508340..d7ca323 100644 --- a/qw.rc +++ b/qw.rc @@ -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