mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
fixing CF_Planeswalkers main if-else if block
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user