forked from External/mage
CreateTokenAttachSourceEffect - Remove redundant setText
This commit is contained in:
parent
96e02c29df
commit
0168453eed
2 changed files with 1 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ public class CreateTokenAttachSourceEffect extends CreateTokenEffect {
|
|||
|
||||
public CreateTokenAttachSourceEffect(Token token) {
|
||||
super(token);
|
||||
setText();
|
||||
staticText = staticText.concat(", then attach {this} to it");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue