mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[MH2] Implemented Geyadrone Dihada (#7873)
This commit is contained in:
parent
f7c3d15ed2
commit
03db612f83
4 changed files with 95 additions and 0 deletions
|
|
@ -403,6 +403,7 @@ public enum SubType {
|
|||
DAKKON("Dakkon", SubTypeSet.PlaneswalkerType),
|
||||
DARETTI("Daretti", SubTypeSet.PlaneswalkerType),
|
||||
DAVRIEL("Davriel", SubTypeSet.PlaneswalkerType),
|
||||
DIHADA("Dihada", SubTypeSet.PlaneswalkerType),
|
||||
DOMRI("Domri", SubTypeSet.PlaneswalkerType),
|
||||
DOOKU("Dooku", SubTypeSet.PlaneswalkerType, true), // Star Wars
|
||||
DOVIN("Dovin", SubTypeSet.PlaneswalkerType),
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ public enum CounterType {
|
|||
CHIP("chip"),
|
||||
COIN("coin"),
|
||||
CORPSE("corpse"),
|
||||
CORRUPTION("corruption"),
|
||||
CREDIT("credit"),
|
||||
CRYSTAL("crystal"),
|
||||
CUBE("cube"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue