v0.4.0: lots of new curse implementation

This commit is contained in:
Evan Debenham
2016-06-09 03:37:53 -04:00
committed by Evan Debenham
parent c90e83f8d6
commit 4988be16fe
15 changed files with 318 additions and 78 deletions
@@ -43,7 +43,6 @@ public class ScrollOfMagicalInfusion extends InventoryScroll {
@Override
protected void onItemSelected( Item item ) {
ScrollOfRemoveCurse.uncurse(Dungeon.hero, item);
if (item instanceof Weapon)
((Weapon)item).upgrade(true);
else