Revert "Revert "-- Maybe I forgot to commit the file? (yes, it fixed the counters) -- Fixed Uncle Istvan; -- Another batch of cards: 10 unique, 22 total""

This reverts commit 342141dfe0f40b6ae1bbef4fd609bd3afc8ebb86.
This commit is contained in:
MarcoMarin 2016-03-29 15:45:27 -03:00
parent 0403c7f178
commit 73caa5c869
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;