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