Minor rule text fix.

This commit is contained in:
emerald000 2016-06-23 13:26:48 -04:00 committed by GitHub
parent 95a1146947
commit 32f6ed94af

View file

@ -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) {