Merge pull request #5953 from gunnim/rangerCaptainEosTypo

Fixed sac eff wording
This commit is contained in:
Evan Kranzler 2019-08-26 15:22:19 -04:00 committed by GitHub
commit 6570c63fb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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