mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
Fixed sac eff wording
This commit is contained in:
parent
217e4b14e0
commit
96edac2385
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue