fixed another test failure

This commit is contained in:
Evan Kranzler 2021-03-23 21:01:26 -04:00
parent 3feb2017d3
commit 2775d6e74a

View file

@ -46,7 +46,7 @@ class DraconicRoarEffect extends OneShotEffect {
DraconicRoarEffect() {
super(Outcome.Benefit);
staticText = "{this} deals 3 damage to target creature. If you revealed a Dragon card or controlled " +
"a Dragon as you cast this spell, {this} deals 3 damage to that creatures controller.";
"a Dragon as you cast this spell, {this} deals 3 damage to that creature's controller.";
}
private DraconicRoarEffect(final DraconicRoarEffect effect) {