add missing space

This commit is contained in:
androosss 2025-04-15 13:44:25 +02:00
parent 984841e1d4
commit ce6a7adc51

View file

@ -56,7 +56,7 @@ 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." +
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.";
}