mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08: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…
Add table
Add a link
Reference in a new issue