mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
used {this} instead of card name
This commit is contained in:
parent
30025db332
commit
fccea4f8a3
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class RoarOfTheCrowdEffect extends OneShotEffect {
|
||||||
|
|
||||||
RoarOfTheCrowdEffect() {
|
RoarOfTheCrowdEffect() {
|
||||||
super(Outcome.LoseLife);
|
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) {
|
RoarOfTheCrowdEffect(final RoarOfTheCrowdEffect effect) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue