mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
string wrap
This commit is contained in:
parent
18b402f739
commit
984841e1d4
1 changed files with 2 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue