mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[UNF] Implement Atomwheel Acrobats & Six-Sided Die (#12651)
* Implemented cards: Atomwheel Acrobats, Six-Sided Die. * Implemented cards: Atomwheel Acrobats, Six-Sided Die. * Implemented cards: Atomwheel Acrobats, Six-Sided Die. * Changes from review. * Changes from review. * Changes from review.
This commit is contained in:
parent
98989040ef
commit
9d83381326
4 changed files with 232 additions and 0 deletions
|
|
@ -307,6 +307,7 @@ public enum SubType {
|
|||
PEASANT("Peasant", SubTypeSet.CreatureType),
|
||||
PEGASUS("Pegasus", SubTypeSet.CreatureType),
|
||||
PENTAVITE("Pentavite", SubTypeSet.CreatureType),
|
||||
PERFORMER("Performer", SubTypeSet.CreatureType),
|
||||
PEST("Pest", SubTypeSet.CreatureType),
|
||||
PHELDDAGRIF("Phelddagrif", SubTypeSet.CreatureType),
|
||||
PHOENIX("Phoenix", SubTypeSet.CreatureType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue