Added Peer Pressure, Terraformer and Wave of Indifference.

This commit is contained in:
emerald000 2015-07-24 03:32:31 -04:00
parent 5897f1595a
commit c4deaf3250
5 changed files with 413 additions and 5 deletions

View file

@ -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);
}