mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
add missing space
This commit is contained in:
parent
984841e1d4
commit
ce6a7adc51
1 changed files with 1 additions and 1 deletions
|
|
@ -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.";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue