v0.2.3: tweaks/fixes to unstable spellbook

This commit is contained in:
Evan Debenham
2014-12-09 23:02:56 -05:00
parent 8e645bfdbf
commit 4f0b3267df
2 changed files with 22 additions and 6 deletions
@@ -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();