v0.2.3: tweaks/fixes to unstable spellbook
This commit is contained in:
@@ -81,7 +81,7 @@ public abstract class InventoryScroll extends Scroll {
|
||||
Sample.INSTANCE.play( Assets.SND_READ );
|
||||
Invisibility.dispel();
|
||||
|
||||
} else if (identifiedByUse) {
|
||||
} else if (identifiedByUse && !((Scroll)curItem).ownedByBook) {
|
||||
|
||||
((InventoryScroll)curItem).confirmCancelation();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user