From e52fa466879deb806fb14d8fb38a2594e122ea24 Mon Sep 17 00:00:00 2001 From: obligaron Date: Sat, 19 Mar 2022 09:37:01 +0100 Subject: [PATCH] Disable scrolls in UseStashItem --- Source/qol/stash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/qol/stash.cpp b/Source/qol/stash.cpp index e13c40e61..27fc85149 100644 --- a/Source/qol/stash.cpp +++ b/Source/qol/stash.cpp @@ -476,7 +476,7 @@ bool UseStashItem(uint16_t c) WithdrawGoldValue = 0; } - if (item->IsScroll() && currlevel == 0 && !spelldata[item->_iSpell].sTownSpell) { + if (item->IsScroll()) { return true; }