Fixed sac eff wording

This commit is contained in:
Gunnar Már Óttarsson 2019-08-26 19:15:56 +00:00
parent 217e4b14e0
commit 96edac2385

View file

@ -65,7 +65,7 @@ class RangerCaptainOfEosEffect extends ContinuousRuleModifyingEffectImpl {
RangerCaptainOfEosEffect() {
super(Duration.EndOfTurn, Outcome.Benefit);
staticText = "Your opponents can't noncreature cast spells this turn.";
staticText = "Your opponents can't cast noncreature spells this turn.";
}
private RangerCaptainOfEosEffect(final RangerCaptainOfEosEffect effect) {