- Converted Chandra Nalaar to script

This commit is contained in:
jeffwadsworth
2011-10-29 20:57:29 +00:00
parent 965a75fc73
commit 42da9e99b4
2 changed files with 6 additions and 2 deletions

View File

@@ -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];