v2.2.0: fixed extra scrolls of remove curse being consumed
This commit is contained in:
@@ -51,7 +51,6 @@ public class ScrollOfRemoveCurse extends InventoryScroll {
|
||||
@Override
|
||||
public void doRead() {
|
||||
|
||||
detach(curUser.belongings.backpack);
|
||||
TormentedSpirit spirit = null;
|
||||
for (int i : PathFinder.NEIGHBOURS8){
|
||||
if (Actor.findChar(curUser.pos+i) instanceof TormentedSpirit){
|
||||
|
||||
Reference in New Issue
Block a user