diff --git a/Mage.Sets/src/mage/cards/g/GrenzosRebuttal.java b/Mage.Sets/src/mage/cards/g/GrenzosRebuttal.java index bb5c5476710..0a8f2912fbc 100644 --- a/Mage.Sets/src/mage/cards/g/GrenzosRebuttal.java +++ b/Mage.Sets/src/mage/cards/g/GrenzosRebuttal.java @@ -56,7 +56,8 @@ class GrenzosRebuttalEffect extends OneShotEffect { GrenzosRebuttalEffect() { super(Outcome.Benefit); - this.staticText = "Starting with you, each player chooses an artifact, a creature, and a land from among the permanents controlled by the player to their left." + "Destroy each permanent chosen this way."; + this.staticText = "Starting with you, each player chooses an artifact, a creature, and a land from among the permanents controlled by the player to their left." + + "Destroy each permanent chosen this way."; } private GrenzosRebuttalEffect(final GrenzosRebuttalEffect effect) {