Merge origin/master

This commit is contained in:
Temba 2015-03-19 16:51:05 +02:00
commit f701ffbd6b
2 changed files with 1 additions and 3 deletions

View file

@ -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;
}
}
}

View file

@ -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());