used {this} instead of card name

This commit is contained in:
Michael Napoleon 2015-03-17 17:21:38 -04:00
parent 30025db332
commit fccea4f8a3

View file

@ -75,7 +75,7 @@ class RoarOfTheCrowdEffect extends OneShotEffect {
RoarOfTheCrowdEffect() {
super(Outcome.LoseLife);
this.staticText = "Choose a creature type. Roar of the Crowd deals damage to target creature or player equal to the number of permanents you control of the chosen type.";
this.staticText = "Choose a creature type. {this} deals damage to target creature or player equal to the number of permanents you control of the chosen type.";
}
RoarOfTheCrowdEffect(final RoarOfTheCrowdEffect effect) {