forked from External/mage
fix text generation for creating multiple kinds of tokens
(from #12704)
This commit is contained in:
parent
9daef8a935
commit
d0f535a159
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ public class CreateTokenEffect extends OneShotEffect {
|
|||
|
||||
public CreateTokenEffect withAdditionalTokens(Token... tokens) {
|
||||
this.tokens.addAll(Arrays.asList(tokens));
|
||||
setText();
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue