[AFR] Implemented You Come to a River

This commit is contained in:
Evan Kranzler 2021-06-30 08:51:46 -04:00
parent aad519f8cb
commit 4f38338fa6
9 changed files with 70 additions and 5 deletions

View file

@ -1078,6 +1078,12 @@ public abstract class AbilityImpl implements Ability {
return this;
}
@Override
public Ability withFirstModeFlavorWord(String flavorWord) {
this.modes.getMode().withFlavorWord(flavorWord);
return this;
}
@Override
public String getGameLogMessage(Game game) {
if (game.isSimulation()) {