mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +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 **************************
|
||||
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
|
||||
// onto battlefield
|
||||
final int[] turn = new int[1];
|
||||
|
||||
Reference in New Issue
Block a user