v0.4.0: lots of new curse implementation
This commit is contained in:
committed by
Evan Debenham
parent
c90e83f8d6
commit
4988be16fe
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user