mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Fix Helm of Awakening and Sphere of Resistance text
This commit is contained in:
parent
c5cbdcf68f
commit
866c1c3973
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class SpellsCostReductionAllEffect extends CostModificationEffectImpl {
|
|||
private final boolean upTo;
|
||||
|
||||
public SpellsCostReductionAllEffect(int amount) {
|
||||
this(new FilterCard("All Spells "), amount);
|
||||
this(new FilterCard("Spells"), amount);
|
||||
}
|
||||
|
||||
public SpellsCostReductionAllEffect(FilterCard filter, int amount) {
|
||||
|
|
Loading…
Reference in a new issue