convert Tendo Ice Bridge to etbCounter

This commit is contained in:
jendave
2011-08-06 13:59:51 +00:00
parent d6dc319d2c
commit c08e3cda52
2 changed files with 2 additions and 10 deletions

View File

@@ -1,8 +1,9 @@
Name:Tendo Ice Bridge
ManaCost:no cost
Types:Land
Text:CARDNAME enters the battlefield with one charge counter on it.
Text:no text
K:tap: add 1
K:etbCounter:CHARGE:1
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/tendo_ice_bridge.jpg
SetInfo:BOK|Rare|http://magiccards.info/scans/en/bok/165.jpg

View File

@@ -467,15 +467,6 @@ class CardFactory_Lands {
card.addSpellAbility(tendo);
tendo.setDescription("CARDNAME - tap, remove a charge counter: Add one mana of any color to your mana pool");
tendo.setStackDescription("CARDNAME - tap, remove a charge counter: Add one mana of any color to your mana pool");
Command intoPlay = new Command() {
private static final long serialVersionUID = -2231880032957304542L;
public void execute() {
card.addCounter(Counters.CHARGE, 1);
}
};
card.addComesIntoPlayCommand(intoPlay);
}//*************** END ************ END **************************