mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
[JOU] Fixed bug of Interpret the Signs.
This commit is contained in:
parent
33ddbb0380
commit
89d6c4253b
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
this.getSpellAbility().addEffect(new ScryEffect(3));
|
||||
this.getSpellAbility().addEffect(new InterpretTheSignsEffect());
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue