Implement Orcish Mine

This commit is contained in:
Noah Gleason 2018-06-23 19:42:19 -04:00
parent eb85146367
commit 39ec630c45
No known key found for this signature in database
GPG key ID: EC030EC6B0650A40
3 changed files with 104 additions and 0 deletions

View file

@ -80,6 +80,7 @@ public enum CounterType {
MUSTER("muster"),
NET("net"),
OMEN("omen"),
ORE("ore"),
P0P1(new BoostCounter(0, 1).name),
P1P0(new BoostCounter(1, 0).name),
P1P1(new BoostCounter(1, 1).name),