This commit is contained in:
Zzooouhh 2017-10-12 17:28:55 +02:00 committed by GitHub
parent c73bfc6625
commit c86d875866

View file

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