Fix to Faithful Squire

This commit is contained in:
LevelX2 2012-12-16 11:08:49 +01:00
parent 1816e50337
commit 29ab9c97f4

View file

@ -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.