mirror of
https://github.com/correl/mage.git
synced 2024-12-27 03:00:13 +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() {
|
DraconicRoarEffect() {
|
||||||
super(Outcome.Benefit);
|
super(Outcome.Benefit);
|
||||||
staticText = "{this} deals 3 damage to target creature. If you revealed a Dragon card or controlled " +
|
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) {
|
private DraconicRoarEffect(final DraconicRoarEffect effect) {
|
||||||
|
|
Loading…
Reference in a new issue