forked from External/mage
[AFR] Implemented Minsc, Beloved Ranger
This commit is contained in:
parent
3d5c88d162
commit
ace3a8be86
5 changed files with 117 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ public class CreateTokenEffect extends OneShotEffect {
|
|||
private void setText() {
|
||||
if (token.getDescription().contains(", a legendary")) {
|
||||
staticText = "create " + token.getDescription();
|
||||
return;
|
||||
}
|
||||
StringBuilder sb = new StringBuilder("create ");
|
||||
if (amount.toString().equals("1")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue