[JOU] Fixed bug of Interpret the Signs.

This commit is contained in:
LevelX2 2014-04-12 18:14:29 +02:00
parent 33ddbb0380
commit 89d6c4253b

View file

@ -53,6 +53,7 @@ public class InterpretTheSigns extends CardImpl<InterpretTheSigns> {
// Scry 3, then reveal the top card of your library. Draw cards equal to that card's converted mana cost. // 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 ScryEffect(3));
this.getSpellAbility().addEffect(new InterpretTheSignsEffect());
} }