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:
jendave
2011-08-06 02:55:00 +00:00
parent 9f8d58e367
commit cbb09a56d8
2 changed files with 4 additions and 3 deletions

View File

@@ -14512,11 +14512,11 @@ public class CardFactory implements NewConstants {
}
}//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));
card.clearSpellAbility();
card.addSpellAbility(spell);
card.addSpellAbility(CardFactoryUtil.ability_cycle(card, "2 G"));
//card.addSpellAbility(CardFactoryUtil.ability_cycle(card, "2 G"));
}//*************** END ************ END **************************
//*************** START *********** START **************************