mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Minor rule text fix.
This commit is contained in:
parent
95a1146947
commit
32f6ed94af
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class EmrakulThePromisedEndCostReductionEffect extends CostModificationEffectImp
|
|||
|
||||
EmrakulThePromisedEndCostReductionEffect() {
|
||||
super(Duration.WhileOnStack, Outcome.Benefit, CostModificationType.REDUCE_COST);
|
||||
staticText = "{this} costs {1} less to cast for each creature card in your graveyard";
|
||||
staticText = "{this} costs {1} less to cast for each card type among cards in your graveyard";
|
||||
}
|
||||
|
||||
EmrakulThePromisedEndCostReductionEffect(EmrakulThePromisedEndCostReductionEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue