mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Converted Chandra Nalaar to script
This commit is contained in:
@@ -404,7 +404,7 @@ public class CardFactory_Planeswalkers {
|
||||
}
|
||||
// *************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
// *************** START *********** START **************************
|
||||
else if (cardName.equals("Chandra Nalaar")) {
|
||||
// computer only plays ability 1 and 3, discard and return creature
|
||||
@@ -655,7 +655,7 @@ public class CardFactory_Planeswalkers {
|
||||
return card;
|
||||
}
|
||||
// *************** END ************ END **************************
|
||||
|
||||
*/
|
||||
// *************** START *********** START **************************
|
||||
else if (cardName.equals("Tezzeret the Seeker")) {
|
||||
final int[] turn = new int[1];
|
||||
|
||||
Reference in New Issue
Block a user