mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Update LowlandTracker.java
This commit is contained in:
parent
d02a21a56a
commit
44d22cfadc
1 changed files with 0 additions and 1 deletions
|
@ -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