mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
p->P
This commit is contained in:
@@ -851,7 +851,7 @@ public class SpecialCardAi {
|
||||
}
|
||||
}
|
||||
|
||||
public static class priceOfProgress {
|
||||
public static class PriceOfProgress {
|
||||
public static boolean consider(final Player ai, final SpellAbility sa) {
|
||||
int ailands = 0;
|
||||
int opplands = 0;
|
||||
|
||||
@@ -28,7 +28,7 @@ public class RepeatEachAi extends SpellAbilityAi {
|
||||
String logic = sa.getParam("AILogic");
|
||||
|
||||
if ("PriceOfProgress".equals(logic)) {
|
||||
return SpecialCardAi.priceOfProgress.consider(aiPlayer, sa);
|
||||
return SpecialCardAi.PriceOfProgress.consider(aiPlayer, sa);
|
||||
} else if ("Never".equals(logic)) {
|
||||
return false;
|
||||
} else if ("CloneMyTokens".equals(logic)) {
|
||||
|
||||
Reference in New Issue
Block a user