mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
fixed a test failure
This commit is contained in:
parent
9b52a7340b
commit
dc6066c1ae
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public final class SuperDuperDeathRay extends CardImpl {
|
||||||
|
|
||||||
// Trample
|
// Trample
|
||||||
this.addAbility(new SimpleStaticAbility(new InfoEffect(
|
this.addAbility(new SimpleStaticAbility(new InfoEffect(
|
||||||
"Trample <i>(This spell can deal excess damage to its target’s controller.)</i>"
|
"Trample <i>(This spell can deal excess damage to its target's controller.)</i>"
|
||||||
)));
|
)));
|
||||||
|
|
||||||
// Super-Duper Death Ray deals 4 damage to target creature.
|
// Super-Duper Death Ray deals 4 damage to target creature.
|
||||||
|
|
Loading…
Reference in a new issue