mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Merge origin/master
This commit is contained in:
commit
f701ffbd6b
2 changed files with 1 additions and 3 deletions
|
@ -59,7 +59,6 @@ public class PhantomTiger extends CardImpl {
|
|||
this.subtype.add("Spirit");
|
||||
this.power = new MageInt(1);
|
||||
this.toughness = new MageInt(0);
|
||||
this.color.setGreen(true);
|
||||
|
||||
|
||||
// Phantom Tiger enters the battlefield with two +1/+1 counters on it.
|
||||
|
@ -144,4 +143,4 @@ class PhantomTigerPreventionEffect extends PreventionEffectImpl {
|
|||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -48,7 +48,6 @@ public class LowlandTracker extends CardImpl {
|
|||
this.subtype.add("Soldier");
|
||||
this.power = new MageInt(2);
|
||||
this.toughness = new MageInt(2);
|
||||
this.color.setWhite(true);
|
||||
|
||||
// First strike
|
||||
this.addAbility(FirstStrikeAbility.getInstance());
|
||||
|
|
Loading…
Reference in a new issue