1) Added a spell.setDescription() to the reverted Riding the Dilu Horse code.

2) Added the LQ pic url for Windrider Eel.
3) Added Veteran's Reflexes via keyword and added it's LQ pic url.
This commit is contained in:
jendave
2011-08-06 03:56:08 +00:00
parent 4417e2c77e
commit cc1bb83c02
3 changed files with 10 additions and 1 deletions

View File

@@ -17506,7 +17506,7 @@ public class CardFactory implements NewConstants {
}
//*************** END ************ END **************************
//*************** START *********** START **************************
//*************** START *********** START **************************
else if(cardName.equals("Riding the Dilu Horse"))
{
SpellAbility spell = new Spell(card)
@@ -17551,6 +17551,7 @@ public class CardFactory implements NewConstants {
}
}//resolve()
};
spell.setDescription("Target creature gets +2/+2 and gains horsemanship. (This effect lasts indefinitely.)");
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
card.clearSpellAbility();
card.addSpellAbility(spell);