Fixed wrong toughness of Patron of Kitsune.

This commit is contained in:
LevelX2 2013-05-22 22:35:59 +02:00
parent 278e7771ed
commit bf9f3bd3a8

View file

@ -52,7 +52,7 @@ public class PatronOfTheKitsune extends CardImpl<PatronOfTheKitsune> {
this.subtype.add("Spirit");
this.color.setWhite(true);
this.power = new MageInt(5);
this.toughness = new MageInt(5);
this.toughness = new MageInt(6);
// Fox offering (You may cast this card any time you could cast an instant by sacrificing a Fox and paying the difference in mana costs between this and the sacrificed Fox. Mana cost includes color.)
this.addAbility(new OfferingAbility("Fox"));