mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
fix verify failure
This commit is contained in:
parent
f6c60b169e
commit
a970294e40
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public final class ArgivianPhalanx extends CardImpl {
|
|||
this.subtype.add(SubType.HUMAN);
|
||||
this.subtype.add(SubType.KOR);
|
||||
this.subtype.add(SubType.SOLDIER);
|
||||
this.power = new MageInt(44);
|
||||
this.power = new MageInt(4);
|
||||
this.toughness = new MageInt(4);
|
||||
|
||||
// This spell costs {1} less to cast for each creature you control.
|
||||
|
|
Loading…
Reference in a new issue