mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
convert Dimir Guildmage to AF for Draw and Discard
This commit is contained in:
@@ -240,7 +240,7 @@ public class CardFactory_Creatures {
|
||||
a1.setBeforePayMana(new Input_PayManaCost(a1));
|
||||
a1.setBeforePayMana(CardFactoryUtil.input_targetPlayer(a1));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Dimir Guildmage")) {
|
||||
final SpellAbility a1 = new Ability(card, "3 B") {
|
||||
@@ -325,7 +325,7 @@ public class CardFactory_Creatures {
|
||||
a2.setBeforePayMana(new Input_PayManaCost(a2));
|
||||
a2.setBeforePayMana(CardFactoryUtil.input_targetPlayer(a2));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Shinka Gatekeeper")) {
|
||||
|
||||
Reference in New Issue
Block a user