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