mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Primal Boost: Cycling is now keyword. Some descriptive text was appearing twice, fixed. Added NOTE about the missing ability for this card.
This commit is contained in:
@@ -12590,7 +12590,8 @@ no text
|
|||||||
Primal Boost
|
Primal Boost
|
||||||
2 G
|
2 G
|
||||||
Instant
|
Instant
|
||||||
Target creature gets +4/+4 until end of turn. Cycling 2G. When you cycle Primal Boost, you may have target creature get +1/+1 until end of turn.
|
(NOTE: "When you cycle Primal Boost, you may have target creature get +1/+1 until end of turn." not implemented.)
|
||||||
|
Cycling:2 G
|
||||||
|
|
||||||
Redwood Treefolk
|
Redwood Treefolk
|
||||||
4 G
|
4 G
|
||||||
|
|||||||
@@ -14512,11 +14512,11 @@ public class CardFactory implements NewConstants {
|
|||||||
}
|
}
|
||||||
}//resolve()
|
}//resolve()
|
||||||
};
|
};
|
||||||
spell.setDescription("Target creature gets +4/+4 until end of turn.");
|
spell.setDescription("\r\nTarget creature gets +4/+4 until end of turn.");
|
||||||
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
||||||
card.clearSpellAbility();
|
card.clearSpellAbility();
|
||||||
card.addSpellAbility(spell);
|
card.addSpellAbility(spell);
|
||||||
card.addSpellAbility(CardFactoryUtil.ability_cycle(card, "2 G"));
|
//card.addSpellAbility(CardFactoryUtil.ability_cycle(card, "2 G"));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
|
|||||||
Reference in New Issue
Block a user