fixed Brine Giant text

This commit is contained in:
Evan Kranzler 2019-12-31 11:19:43 -05:00
parent ff9b1b5b13
commit 5056d44287

View file

@ -58,7 +58,7 @@ class BrineGiantCostReductionEffect extends CostModificationEffectImpl {
BrineGiantCostReductionEffect() { BrineGiantCostReductionEffect() {
super(Duration.WhileOnStack, Outcome.Benefit, CostModificationType.REDUCE_COST); super(Duration.WhileOnStack, Outcome.Benefit, CostModificationType.REDUCE_COST);
staticText = "This spell costs {1} less to cast for each artifact you control"; staticText = "This spell costs {1} less to cast for each enchantment you control";
} }
private BrineGiantCostReductionEffect(final BrineGiantCostReductionEffect effect) { private BrineGiantCostReductionEffect(final BrineGiantCostReductionEffect effect) {