v0.3.0c: the mage now partially IDs wands after using them
This commit is contained in:
committed by
Evan Debenham
parent
249c9acd96
commit
266ac5752b
@@ -19,6 +19,7 @@ package com.shatteredpixel.shatteredpixeldungeon.items.wands;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
import com.shatteredpixel.shatteredpixeldungeon.actors.hero.HeroClass;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfRecharging;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.items.weapon.melee.MagesStaff;
|
||||
import com.watabou.noosa.audio.Sample;
|
||||
@@ -239,6 +240,7 @@ public abstract class Wand extends Item {
|
||||
identify();
|
||||
GLog.w( TXT_IDENTIFY, name() );
|
||||
} else {
|
||||
if (curUser.heroClass == HeroClass.MAGE) levelKnown = true;
|
||||
updateQuickslot();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user