mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[SNC] Implemented Cabaretti Initiate
This commit is contained in:
parent
a03d53908f
commit
1fb421be76
3 changed files with 45 additions and 0 deletions
|
|
@ -293,6 +293,7 @@ public enum SubType {
|
|||
QUARREN("Quarren", SubTypeSet.CreatureType, true), // Star Wars
|
||||
// R
|
||||
RABBIT("Rabbit", SubTypeSet.CreatureType),
|
||||
RACCOON("Raccoon", SubTypeSet.CreatureType),
|
||||
RAIDER("Raider", SubTypeSet.CreatureType, true), // Star Wars
|
||||
RANGER("Ranger", SubTypeSet.CreatureType),
|
||||
RAT("Rat", SubTypeSet.CreatureType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue