Maybe I forgot to commit the file? (yes, it fixed the counters)

fixed Uncle Istvan
Another batch of cards:
This commit is contained in:
MarcoMarin 2016-03-26 14:26:37 -03:00 committed by MarcoMarin
parent 31c13f6166
commit beb1856542
24 changed files with 1685 additions and 8 deletions

View file

@ -109,6 +109,7 @@ public enum CounterType {
VELOCITY("velocity"),
VERSE("verse"),
VITALITY("vitality"),
WIND("wind"),
WISH("wish");
private final String name;