From dc6066c1aef2311329ab0822ee61c1036d7d67dd Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Wed, 8 Apr 2020 22:55:29 -0400 Subject: [PATCH] fixed a test failure --- Mage.Sets/src/mage/cards/s/SuperDuperDeathRay.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/s/SuperDuperDeathRay.java b/Mage.Sets/src/mage/cards/s/SuperDuperDeathRay.java index 4a5f436e22..7badbea28b 100644 --- a/Mage.Sets/src/mage/cards/s/SuperDuperDeathRay.java +++ b/Mage.Sets/src/mage/cards/s/SuperDuperDeathRay.java @@ -27,7 +27,7 @@ public final class SuperDuperDeathRay extends CardImpl { // Trample this.addAbility(new SimpleStaticAbility(new InfoEffect( - "Trample (This spell can deal excess damage to its target’s controller.)" + "Trample (This spell can deal excess damage to its target's controller.)" ))); // Super-Duper Death Ray deals 4 damage to target creature.