mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
[DMU] Fix text on Argivian Phalanx.
This commit is contained in:
parent
825327cb8e
commit
6d3968df17
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ public final class ArgivianPhalanx extends CardImpl {
|
|||
|
||||
// This spell costs {1} less to cast for each creature you control.
|
||||
this.addAbility(new SimpleStaticAbility(
|
||||
Zone.ALL, new SpellCostReductionSourceEffect(CreaturesYouControlCount.instance)
|
||||
Zone.ALL,
|
||||
new SpellCostReductionSourceEffect(CreaturesYouControlCount.instance)
|
||||
.setText("This spell costs {1} less to cast for each creature you control.")
|
||||
).addHint(CreaturesYouControlHint.instance));
|
||||
|
||||
// Vigilance
|
||||
|
|
Loading…
Reference in a new issue