mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
[STX] fixed Enter the Vastlands not working correctly
This commit is contained in:
parent
6bb474a6d0
commit
6788a4c930
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public final class WanderingArchaic extends ModalDoubleFacesCard {
|
|||
// Explore the Vastlands
|
||||
// Sorcery
|
||||
// Each player looks at the top five cards of their library, reveals a land card and/or an instant or sorcery card from among them, then puts the cards they revealed this way into their hand and the rest on the bottom of their library in a random order. Each player gains 3 life.
|
||||
this.getSpellAbility().addEffect(new ExploreTheVastlandsEffect());
|
||||
this.getRightHalfCard().getSpellAbility().addEffect(new ExploreTheVastlandsEffect());
|
||||
}
|
||||
|
||||
private WanderingArchaic(final WanderingArchaic card) {
|
||||
|
|
Loading…
Reference in a new issue