Minor card fixes

This commit is contained in:
Hythonia
2021-05-18 20:11:24 +02:00
parent 13bd24ef83
commit 1f13b8d43d
5 changed files with 13 additions and 13 deletions

View File

@@ -2173,6 +2173,9 @@ public class AbilityUtils {
if (sq[0].equals("Threshold")) {
return doXMath(calculateAmount(c, sq[player.hasThreshold() ? 1 : 2], ctb), expr, c, ctb);
}
if (sq[0].equals("ExtraTurn")) {
return doXMath(calculateAmount(c, sq[game.getPhaseHandler().getPlayerTurn().isExtraTurn() ? 1 : 2], ctb), expr, c, ctb);
}
if (sq[0].equals("Averna")) {
String str = "As you cascade, you may put a land card from among the exiled cards onto the " +
"battlefield tapped.";

View File

@@ -65,6 +65,8 @@ public enum CounterEnumType {
CORPSE("CRPSE", 230, 186, 209),
CORRUPTION("CRPTN", 210, 121, 210),
CREDIT("CRDIT", 188, 197, 234),
CRYSTAL("CRYST", 255, 85, 206),