mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Implement Orcish Mine
This commit is contained in:
parent
eb85146367
commit
39ec630c45
3 changed files with 104 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue