From 5801e91f4a2b6ca77bb5e4bedb7a9e85133f9772 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Wed, 17 Jun 2020 21:30:22 -0400 Subject: [PATCH] fixed a few errors --- Mage.Sets/src/mage/cards/t/Transmogrify.java | 2 +- Mage.Sets/src/mage/cards/w/WatcherOfTheSpheres.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mage.Sets/src/mage/cards/t/Transmogrify.java b/Mage.Sets/src/mage/cards/t/Transmogrify.java index c21b545bb0..1d338a60eb 100644 --- a/Mage.Sets/src/mage/cards/t/Transmogrify.java +++ b/Mage.Sets/src/mage/cards/t/Transmogrify.java @@ -46,7 +46,7 @@ class TransmogrifyEffect extends OneShotEffect { public TransmogrifyEffect() { super(Outcome.PutCreatureInPlay); - staticText = "That creature’s controller reveals cards from the top of their library until they reveal a creature card. That player puts that card onto the battlefield, then shuffles the rest into their library"; + staticText = "That creature's controller reveals cards from the top of their library until they reveal a creature card. That player puts that card onto the battlefield, then shuffles the rest into their library"; } public TransmogrifyEffect(final TransmogrifyEffect effect) { diff --git a/Mage.Sets/src/mage/cards/w/WatcherOfTheSpheres.java b/Mage.Sets/src/mage/cards/w/WatcherOfTheSpheres.java index 461db88742..2e23709dbf 100644 --- a/Mage.Sets/src/mage/cards/w/WatcherOfTheSpheres.java +++ b/Mage.Sets/src/mage/cards/w/WatcherOfTheSpheres.java @@ -36,7 +36,7 @@ public final class WatcherOfTheSpheres extends CardImpl { } public WatcherOfTheSpheres(UUID ownerId, CardSetInfo setInfo) { - super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{W}{B}"); + super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{W}{U}"); this.subtype.add(SubType.BIRD); this.subtype.add(SubType.WIZARD);