mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fix to Faithful Squire
This commit is contained in:
parent
1816e50337
commit
29ab9c97f4
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ public class FaithfulSquire extends CardImpl<FaithfulSquire> {
|
||||||
this.subtype.add("Human");
|
this.subtype.add("Human");
|
||||||
this.subtype.add("Soldier");
|
this.subtype.add("Soldier");
|
||||||
this.color.setWhite(true);
|
this.color.setWhite(true);
|
||||||
this.power = new MageInt(1);
|
this.power = new MageInt(2);
|
||||||
this.toughness = new MageInt(1);
|
this.toughness = new MageInt(2);
|
||||||
this.flipCard = true;
|
this.flipCard = true;
|
||||||
|
|
||||||
// Whenever you cast a Spirit or Arcane spell, you may put a ki counter on Faithful Squire.
|
// Whenever you cast a Spirit or Arcane spell, you may put a ki counter on Faithful Squire.
|
||||||
|
|
Loading…
Reference in a new issue