Merge remote-tracking branch 'origin/master'

This commit is contained in:
Oleg Agafonov 2019-12-31 20:24:45 +04:00
commit 4660998caa

View file

@ -58,7 +58,7 @@ class BrineGiantCostReductionEffect extends CostModificationEffectImpl {
BrineGiantCostReductionEffect() {
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) {