mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Riverglide Pathway - fixed wrong mana ability (#7188);
This commit is contained in:
parent
2109f60e4d
commit
35b6239e92
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
package mage.cards.r;
|
package mage.cards.r;
|
||||||
|
|
||||||
|
import mage.abilities.mana.BlueManaAbility;
|
||||||
import mage.abilities.mana.RedManaAbility;
|
import mage.abilities.mana.RedManaAbility;
|
||||||
import mage.cards.CardImpl;
|
|
||||||
import mage.cards.CardSetInfo;
|
import mage.cards.CardSetInfo;
|
||||||
import mage.cards.ModalDoubleFacesCard;
|
import mage.cards.ModalDoubleFacesCard;
|
||||||
import mage.constants.CardType;
|
import mage.constants.CardType;
|
||||||
|
@ -25,7 +25,7 @@ public final class RiverglidePathway extends ModalDoubleFacesCard {
|
||||||
// Land
|
// Land
|
||||||
|
|
||||||
// {T}: Add {U}.
|
// {T}: Add {U}.
|
||||||
this.getLeftHalfCard().addAbility(new RedManaAbility());
|
this.getLeftHalfCard().addAbility(new BlueManaAbility());
|
||||||
|
|
||||||
// 2.
|
// 2.
|
||||||
// Lavaglide Pathway
|
// Lavaglide Pathway
|
||||||
|
|
Loading…
Reference in a new issue