mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
added ranger creature type errata
This commit is contained in:
parent
a0e1a14e96
commit
fd495299db
3 changed files with 3 additions and 0 deletions
|
|
@ -287,6 +287,7 @@ public enum SubType {
|
|||
// R
|
||||
RABBIT("Rabbit", SubTypeSet.CreatureType),
|
||||
RAIDER("Raider", SubTypeSet.CreatureType, true), // Star Wars
|
||||
RANGER("Ranger", SubTypeSet.CreatureType),
|
||||
RAT("Rat", SubTypeSet.CreatureType),
|
||||
REBEL("Rebel", SubTypeSet.CreatureType),
|
||||
REFLECTION("Reflection", SubTypeSet.CreatureType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue