forked from External/mage
[AFR] Implemented You Come to a River
This commit is contained in:
parent
aad519f8cb
commit
4f38338fa6
9 changed files with 70 additions and 5 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue