diff --git a/Mage.Sets/src/mage/sets/journeyintonyx/InterpretTheSigns.java b/Mage.Sets/src/mage/sets/journeyintonyx/InterpretTheSigns.java index bacf0237a98..a9f6828d4b7 100644 --- a/Mage.Sets/src/mage/sets/journeyintonyx/InterpretTheSigns.java +++ b/Mage.Sets/src/mage/sets/journeyintonyx/InterpretTheSigns.java @@ -53,6 +53,7 @@ public class InterpretTheSigns extends CardImpl { // Scry 3, then reveal the top card of your library. Draw cards equal to that card's converted mana cost. this.getSpellAbility().addEffect(new ScryEffect(3)); + this.getSpellAbility().addEffect(new InterpretTheSignsEffect()); }