mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
convert Patrol Signaler to abMakeToken keyword
This commit is contained in:
@@ -3,6 +3,7 @@ ManaCost:1 W
|
||||
Types:Creature Kithkin Soldier
|
||||
Text:no text
|
||||
PT:1/1
|
||||
K:abMakeToken 1 W Untap<>1<>Kithkin Soldier<>W 1 1 Kithkin Soldier<>Controller<>W<>Creature;Kithkin;Soldier<>1<>1<>None<>put a 1/1 white Kithkin Soldier creature token onto the battlefield.
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/patrol_signaler.jpg
|
||||
End
|
||||
|
||||
@@ -1606,7 +1606,7 @@ public class CardFactory_Creatures {
|
||||
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Patrol Signaler")) {
|
||||
final SpellAbility a1 = new Ability(card, "1 W") {
|
||||
@@ -1641,7 +1641,7 @@ public class CardFactory_Creatures {
|
||||
a1.setBeforePayMana(new Input_PayManaCost(a1));
|
||||
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Guardian of Cloverdell")) {
|
||||
|
||||
Reference in New Issue
Block a user