v1.2.3: fixed error with v1.2.2 ratroic energy fix

This commit is contained in:
Evan Debenham 2022-04-12 16:21:36 -04:00
parent 8153077f5e
commit 68d1f04722

View File

@ -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");