v0.2.4c: fixed a bug where wand of magic missile would stay in quickslot when disenchanted while equipped
This commit is contained in:
parent
ec1a4823b6
commit
6fdb9f3a4f
|
@ -136,6 +136,9 @@ public class WandOfMagicMissile extends Wand {
|
||||||
evoke( curUser );
|
evoke( curUser );
|
||||||
|
|
||||||
GLog.w( TXT_DISENCHANTED, item.name() );
|
GLog.w( TXT_DISENCHANTED, item.name() );
|
||||||
|
|
||||||
|
Dungeon.quickslot.clearItem(WandOfMagicMissile.this);
|
||||||
|
WandOfMagicMissile.this.updateQuickslot();
|
||||||
|
|
||||||
item.upgrade();
|
item.upgrade();
|
||||||
curUser.spendAndNext( TIME_TO_DISENCHANT );
|
curUser.spendAndNext( TIME_TO_DISENCHANT );
|
||||||
|
|
Loading…
Reference in New Issue
Block a user