Text fixes [M10] [M11] [M12] [M13] [M14] [M15] [ORI] (#10630)

* Text fixes M10-ORI core sets, part 1

* Text fixes M10-ORI core sets, part 2

* Text fixes M10-ORI core sets, part 3

* another text fix
This commit is contained in:
xenohedron 2023-07-16 00:35:18 -04:00 committed by GitHub
parent 8372c358b2
commit 481384a3c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
78 changed files with 175 additions and 176 deletions

View file

@ -11,7 +11,6 @@ import mage.filter.predicate.mageobject.ColorPredicate;
import mage.game.Game;
import mage.game.permanent.Permanent;
import mage.game.stack.Spell;
import mage.game.stack.StackObject;
import mage.players.Player;
import mage.util.CardUtil;
@ -74,7 +73,7 @@ public class ProtectionAbility extends StaticAbility {
@Override
public String getRule() {
return "protection from " + filter.getMessage() + (removeAuras ? "" : ". This effect doesn't remove auras.");
return "protection from " + filter.getMessage() + (removeAuras ? "" : ". This effect doesn't remove Auras.");
}
public boolean canTarget(MageObject source, Game game) {