[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:
Sidorovich77 2024-08-22 21:25:37 +03:00 committed by GitHub
parent 98989040ef
commit 9d83381326
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 232 additions and 0 deletions

View file

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