mirror of
https://github.com/correl/mage.git
synced 2024-12-25 19:25:41 +00:00
Typo fix
This commit is contained in:
parent
c73bfc6625
commit
c86d875866
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class SkipUntapStepEffect extends ContinuousRuleModifyingEffectImpl {
|
|||
|
||||
public SkipUntapStepEffect() {
|
||||
super(Duration.WhileOnBattlefield, Outcome.Neutral, false, false);
|
||||
staticText = "Players skip their uptap steps";
|
||||
staticText = "Players skip their untap steps";
|
||||
}
|
||||
|
||||
public SkipUntapStepEffect(final SkipUntapStepEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue