Update LowlandTracker.java

This commit is contained in:
Temba21 2015-03-17 20:15:19 +02:00
parent d02a21a56a
commit 44d22cfadc

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