Browse Source

Disable scrolls in UseStashItem

pull/4183/head
obligaron 4 years ago committed by Anders Jenbo
parent
commit
e52fa46687
  1. 2
      Source/qol/stash.cpp

2
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;
}

Loading…
Cancel
Save