mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
convert Tendo Ice Bridge to etbCounter
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 **************************
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user