mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
fixed another test failure
This commit is contained in:
parent
3feb2017d3
commit
2775d6e74a
1 changed files with 1 additions and 1 deletions
|
@ -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 creature’s controller.";
|
||||
"a Dragon as you cast this spell, {this} deals 3 damage to that creature's controller.";
|
||||
}
|
||||
|
||||
private DraconicRoarEffect(final DraconicRoarEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue