Fix type of the counters used by Vile Requiem. Implement cards: Great Whale, Hermetic Study, Midsummer Revel, and Torch Song

This commit is contained in:
LoneFox 2015-09-19 18:48:37 +03:00
parent 952a9db112
commit b43814a122
6 changed files with 297 additions and 4 deletions

View file

@ -94,7 +94,6 @@ public enum CounterType {
TOWER("tower"),
VELOCITY("velocity"),
VERSE("verse"),
VILE("vile"),
VITALITY("vitality"),
WISH("wish");