mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08: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…
Add table
Add a link
Reference in a new issue