mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fixed Brine Giant text
This commit is contained in:
parent
ff9b1b5b13
commit
5056d44287
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue