fixing CF_Planeswalkers main if-else if block

This commit is contained in:
slapshot5
2011-10-29 05:18:02 +00:00
parent 7563f45f21
commit cfcdafddd3

View File

@@ -218,7 +218,7 @@ public class CardFactory_Planeswalkers {
*/ */
// *************** START *********** START ************************** // *************** START *********** START **************************
else if (cardName.equals("Ajani Goldmane")) { if (cardName.equals("Ajani Goldmane")) {
// computer only plays ability 1 and 3, gain life and put X/X token // computer only plays ability 1 and 3, gain life and put X/X token
// onto battlefield // onto battlefield
final int[] turn = new int[1]; final int[] turn = new int[1];