mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
fixed a test failure
This commit is contained in:
parent
1006408896
commit
a1db9f34d7
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ public final class HeatedDebate extends CardImpl {
|
|||
|
||||
// This spell can't be countered.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.STACK, new CantBeCounteredSourceEffect()
|
||||
.setText("This spell can’t be countered. <i>(This includes by the ward ability.)</i>")
|
||||
.setText("This spell can't be countered. <i>(This includes by the ward ability.)</i>")
|
||||
));
|
||||
|
||||
// Heated Debate deals 4 damage to target creature or planeswalker.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue