From 89d6c4253b78a49fbf6c35fce46b8cc380b7b03d Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Sat, 12 Apr 2014 18:14:29 +0200 Subject: [PATCH] [JOU] Fixed bug of Interpret the Signs. --- Mage.Sets/src/mage/sets/journeyintonyx/InterpretTheSigns.java | 1 + 1 file changed, 1 insertion(+) 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()); }