v0.2.4: fixed a bug with the Unstable Spellbook
This commit is contained in:
parent
f587e7e13e
commit
35e53457ff
|
@ -85,7 +85,7 @@ public abstract class InventoryScroll extends Scroll {
|
|||
|
||||
((InventoryScroll)curItem).confirmCancelation();
|
||||
|
||||
} else {
|
||||
} else if (!((Scroll)curItem).ownedByBook) {
|
||||
|
||||
curItem.collect( curUser.belongings.backpack );
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user