v2.0.0: fixed a bit of missing text in monk abilities

This commit is contained in:
Evan Debenham
2023-02-27 18:09:28 -05:00
parent bb88c68e58
commit 76cddd5ac7
2 changed files with 2 additions and 1 deletions

View File

@@ -271,6 +271,7 @@ actors.buffs.momentum.running_desc=As he moves, the Freerunner builds momentum,
actors.buffs.momentum.resting_desc=As he moves, the Freerunner builds momentum, which he can spend to start freerunning.\n\nThe Freerunner needs time to regain his stamina before building momentum again.\n\nTurns remaining: %d.
actors.buffs.monkenergy.name=energy
actors.buffs.monkenergy.action=Monk Abilities
actors.buffs.monkenergy.desc=As she defeats enemies, the monk gains energy that she can use on a variety of abilities. Most enemies grant 1 energy when defeated, and the Monk does not lose energy over time.\n\nCurrent energy: %1$d/%2$d.
actors.buffs.monkenergy.desc_cooldown=The monk has recently used an ability, and must wait before using another.\n\nCurrent cooldown: %d turns.
actors.buffs.monkenergy$monkability$flurry.name=flurry of blows

View File

@@ -208,7 +208,7 @@ public class MonkEnergy extends Buff implements ActionIndicator.Action {
@Override
public String actionName() {
return "TODO";
return Messages.get(this, "action");
}
@Override