mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Protector of the Crown - Added missing Soldier subtype.
This commit is contained in:
parent
ebb7f053ed
commit
d5d2657cea
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue