mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
convert Elvish Farmer, Mycologist, and Psychotrope Thallid to AFs.
This commit is contained in:
@@ -9586,7 +9586,7 @@ public class CardFactory_Creatures {
|
||||
});
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Elvish Farmer") || cardName.equals("Mycologist")) {
|
||||
Command intoPlay = new Command() {
|
||||
@@ -9677,7 +9677,7 @@ public class CardFactory_Creatures {
|
||||
|
||||
a2.setBeforePayMana(runtime);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Pallid Mycoderm")) {
|
||||
@@ -9779,7 +9779,7 @@ public class CardFactory_Creatures {
|
||||
a2.setBeforePayMana(runtime);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Psychotrope Thallid")) {
|
||||
Command intoPlay = new Command() {
|
||||
@@ -9841,7 +9841,7 @@ public class CardFactory_Creatures {
|
||||
|
||||
a2.setBeforePayMana(runtime);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Rootwater Thief")) {
|
||||
|
||||
Reference in New Issue
Block a user