mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
Added Peer Pressure, Terraformer and Wave of Indifference.
This commit is contained in:
parent
5897f1595a
commit
c4deaf3250
5 changed files with 413 additions and 5 deletions
|
|
@ -67,8 +67,9 @@ public class ChooseCreatureTypeEffect extends OneShotEffect {
|
|||
return false;
|
||||
}
|
||||
}
|
||||
if (!game.isSimulation())
|
||||
if (!game.isSimulation()) {
|
||||
game.informPlayers(permanent.getName() + ": " + controller.getLogName() + " has chosen " + typeChoice.getChoice());
|
||||
}
|
||||
game.getState().setValue(permanent.getId() + "_type", typeChoice.getChoice());
|
||||
permanent.addInfo("chosen type", CardUtil.addToolTipMarkTags("Chosen type: " + typeChoice.getChoice()), game);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue