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

@ -32,6 +32,7 @@ public final class QuirionRanger extends CardImpl {
public QuirionRanger(UUID ownerId, CardSetInfo setInfo) {
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{G}");
this.subtype.add(SubType.ELF);
this.subtype.add(SubType.RANGER);
this.power = new MageInt(1);
this.toughness = new MageInt(1);

View file

@ -39,6 +39,7 @@ public final class RangerCaptainOfEos extends CardImpl {
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.SOLDIER);
this.subtype.add(SubType.RANGER);
this.power = new MageInt(3);
this.toughness = new MageInt(3);

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