Fix Helm of Awakening and Sphere of Resistance text

This commit is contained in:
Plopman 2018-02-20 18:29:10 +01:00
parent c5cbdcf68f
commit 866c1c3973

View file

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