mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
MH3 10 cards (#5280)
This commit is contained in:
@@ -458,6 +458,7 @@ public enum CounterEnumType {
|
||||
TRAMPLE("Trample"),
|
||||
VIGILANCE("Vigilance")
|
||||
SHADOW("Shadow")
|
||||
EXALTED("Exalted")
|
||||
//*/
|
||||
;
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ public class CounterType implements Comparable<CounterType>, Serializable {
|
||||
|
||||
// Rule 122.1b
|
||||
static ImmutableList<String> keywordCounter = ImmutableList.of(
|
||||
"Flying", "First Strike", "Double Strike", "Deathtouch", "Haste", "Hexproof",
|
||||
"Flying", "First Strike", "Double Strike", "Deathtouch", "Exalted", "Haste", "Hexproof",
|
||||
"Indestructible", "Lifelink", "Menace", "Reach", "Shadow", "Trample", "Vigilance");
|
||||
|
||||
private static Map<CounterEnumType, CounterType> eMap = Maps.newEnumMap(CounterEnumType.class);
|
||||
|
||||
Reference in New Issue
Block a user