forked from External/mage
[AFR] Implemented Icingdeath, Frost Tyrant
This commit is contained in:
parent
210aebc376
commit
2e254d524d
5 changed files with 106 additions and 2 deletions
|
|
@ -112,6 +112,9 @@ public class CreateTokenEffect extends OneShotEffect {
|
|||
}
|
||||
|
||||
private void setText() {
|
||||
if (token.getDescription().contains(", a legendary")) {
|
||||
staticText = "create " + token.getDescription();
|
||||
}
|
||||
StringBuilder sb = new StringBuilder("create ");
|
||||
if (amount.toString().equals("1")) {
|
||||
sb.append("a ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue