Protector of the Crown - Added missing Soldier subtype.

This commit is contained in:
LevelX2 2016-12-07 16:21:27 +01:00
parent ebb7f053ed
commit d5d2657cea

View file

@ -55,6 +55,7 @@ public class ProtectorOfTheCrown extends CardImpl {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{5}{W}");
this.subtype.add("Giant");
this.subtype.add("Soldier");
this.power = new MageInt(2);
this.toughness = new MageInt(5);