mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Implemented AI for auto-payment of Converge/Sunburst costs
This commit is contained in:
@@ -873,6 +873,10 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
public final boolean hasSecondStrike() {
|
||||
return hasDoubleStrike() || !hasFirstStrike();
|
||||
}
|
||||
|
||||
public final boolean hasConverge() {
|
||||
return "Count$Converge".equals(getSVar("X")) || "Count$Converge".equals(getSVar("Y")) || hasKeyword("Sunburst");
|
||||
}
|
||||
|
||||
public final boolean canReceiveCounters(final CounterType type) {
|
||||
if (hasKeyword("CARDNAME can't have counters placed on it.")) {
|
||||
|
||||
Reference in New Issue
Block a user