added ranger creature type errata

This commit is contained in:
Evan Kranzler 2021-06-09 21:25:50 -04:00
parent a0e1a14e96
commit fd495299db
3 changed files with 3 additions and 0 deletions

View file

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