v1.2.3: fixed error with v1.2.2 ratroic energy fix
This commit is contained in:
parent
8153077f5e
commit
68d1f04722
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue
Block a user