Wrath of Sod

This commit is contained in:
Adam Pantel
2021-02-22 23:14:20 -05:00
parent 6af9f1831e
commit 25e50e9e07
3 changed files with 9 additions and 4 deletions

View File

@@ -385,10 +385,6 @@ public final class CardUtil {
return colors;
}
if (!parents.contains(card)) {
parents.add(card);
}
final String colorOrType = sa.getParam("ColorOrType");
// currently Color or Type, Type is colors + colorless
final String reflectProperty = sa.getParam("ReflectProperty");

View File

@@ -169,6 +169,8 @@ public enum CounterEnumType {
LUCK("LUCK", 185, 174, 255),
MANABOND("MANA", 0, 255, 0),
M0M1("-0/-1", "-0/-1", 255, 110, 106),
M0M2("-0/-2", "-0/-2", 255, 110, 106),