[MH2] Implemented Geyadrone Dihada (#7873)

This commit is contained in:
Daniel Bomar 2021-06-01 17:04:06 -05:00 committed by GitHub
parent f7c3d15ed2
commit 03db612f83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 95 additions and 0 deletions

View file

@ -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),

View file

@ -31,6 +31,7 @@ public enum CounterType {
CHIP("chip"),
COIN("coin"),
CORPSE("corpse"),
CORRUPTION("corruption"),
CREDIT("credit"),
CRYSTAL("crystal"),
CUBE("cube"),