diff --git a/Mage.Sets/src/mage/cards/s/SandstalkerMoloch.java b/Mage.Sets/src/mage/cards/s/SandstalkerMoloch.java index a888b2c54e5..934e432872a 100644 --- a/Mage.Sets/src/mage/cards/s/SandstalkerMoloch.java +++ b/Mage.Sets/src/mage/cards/s/SandstalkerMoloch.java @@ -49,7 +49,7 @@ public final class SandstalkerMoloch extends CardImpl { "if an opponent cast a blue and/or black spell this turn, look at the top four cards " + "of your library. You may reveal a permanent card from among them and put it into your hand. " + "Put the rest on the bottom of your library in a random order." - )); + ), new SandstalkerMolochWatcher()); } private SandstalkerMoloch(final SandstalkerMoloch card) {