diff --git a/Mage.Sets/src/mage/sets/morningtide/RoarOfTheCrowd.java b/Mage.Sets/src/mage/sets/morningtide/RoarOfTheCrowd.java index 7cb24d5c10..fa9e9d7050 100644 --- a/Mage.Sets/src/mage/sets/morningtide/RoarOfTheCrowd.java +++ b/Mage.Sets/src/mage/sets/morningtide/RoarOfTheCrowd.java @@ -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) {