mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- 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:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user