v2.0.0: fixed ring of force not including ability desc in journal
This commit is contained in:
+1
-1
@@ -184,7 +184,7 @@ public class RingOfForce extends Ring {
|
|||||||
String info = super.info();
|
String info = super.info();
|
||||||
|
|
||||||
if (Dungeon.hero.heroClass == HeroClass.DUELIST
|
if (Dungeon.hero.heroClass == HeroClass.DUELIST
|
||||||
&& (isIdentified() || isEquipped(Dungeon.hero))){
|
&& (anonymous || isIdentified() || isEquipped(Dungeon.hero))){
|
||||||
info += "\n\n" + Messages.get(this, "ability_desc");
|
info += "\n\n" + Messages.get(this, "ability_desc");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user