mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +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
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue