mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
added ranger creature type errata
This commit is contained in:
parent
a0e1a14e96
commit
fd495299db
3 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,7 @@ public final class QuirionRanger extends CardImpl {
|
||||||
public QuirionRanger(UUID ownerId, CardSetInfo setInfo) {
|
public QuirionRanger(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{G}");
|
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{G}");
|
||||||
this.subtype.add(SubType.ELF);
|
this.subtype.add(SubType.ELF);
|
||||||
|
this.subtype.add(SubType.RANGER);
|
||||||
|
|
||||||
this.power = new MageInt(1);
|
this.power = new MageInt(1);
|
||||||
this.toughness = new MageInt(1);
|
this.toughness = new MageInt(1);
|
||||||
|
|
|
@ -39,6 +39,7 @@ public final class RangerCaptainOfEos extends CardImpl {
|
||||||
|
|
||||||
this.subtype.add(SubType.HUMAN);
|
this.subtype.add(SubType.HUMAN);
|
||||||
this.subtype.add(SubType.SOLDIER);
|
this.subtype.add(SubType.SOLDIER);
|
||||||
|
this.subtype.add(SubType.RANGER);
|
||||||
this.power = new MageInt(3);
|
this.power = new MageInt(3);
|
||||||
this.toughness = new MageInt(3);
|
this.toughness = new MageInt(3);
|
||||||
|
|
||||||
|
|
|
@ -287,6 +287,7 @@ public enum SubType {
|
||||||
// R
|
// R
|
||||||
RABBIT("Rabbit", SubTypeSet.CreatureType),
|
RABBIT("Rabbit", SubTypeSet.CreatureType),
|
||||||
RAIDER("Raider", SubTypeSet.CreatureType, true), // Star Wars
|
RAIDER("Raider", SubTypeSet.CreatureType, true), // Star Wars
|
||||||
|
RANGER("Ranger", SubTypeSet.CreatureType),
|
||||||
RAT("Rat", SubTypeSet.CreatureType),
|
RAT("Rat", SubTypeSet.CreatureType),
|
||||||
REBEL("Rebel", SubTypeSet.CreatureType),
|
REBEL("Rebel", SubTypeSet.CreatureType),
|
||||||
REFLECTION("Reflection", SubTypeSet.CreatureType),
|
REFLECTION("Reflection", SubTypeSet.CreatureType),
|
||||||
|
|
Loading…
Reference in a new issue