diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java index 277d69b1a..9200ab1af 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java @@ -219,7 +219,7 @@ public enum Talent { } public String title(){ - if (Ratmogrify.useRatroicEnergy){ + if (this == HEROIC_ENERGY && Ratmogrify.useRatroicEnergy){ return Messages.get(this, name() + ".rat_title"); } return Messages.get(this, name() + ".title");