- Added the missing braces to the else block in the abPump code. abPump cards will now display "gains" once and not twice. Thanks for the pointer Rob.

- Added several of the new abDamageTgt cards. These several cards displays the mana/tap cost. Cards added include: Flamewave Invoker; Granite Shard; Storm Spirit; Telim'Tor's Darts; Thornscape Master.
- Added Flying to Storm Spirit.
- Fixed the card name for Telim'Tor's Darts.
- Added the LQ pic urls for these new 15 cards.
This commit is contained in:
jendave
2011-08-06 03:24:38 +00:00
parent 9eb1693b6f
commit 8c6cacd51b
3 changed files with 57 additions and 0 deletions

View File

@@ -956,8 +956,10 @@ public class CardFactory implements NewConstants {
if (Tgt[0] == true)
sbD.append("Target creature gains ");
else
{
sbD.append(cardName);
sbD.append(" gains ");
}
sbD.append(Keyword[0]);
sbD.append(" until end of turn.");