mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Minor card fixes
This commit is contained in:
@@ -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.";
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user