mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[C16] Added Primeval Protector, Crystalline Crawler, and Breya, Etherium Sculptor.
This commit is contained in:
parent
5edec4a92c
commit
f0206537c1
9 changed files with 343 additions and 13 deletions
|
|
@ -109,7 +109,7 @@ public class CreateTokenEffect extends OneShotEffect {
|
|||
}
|
||||
|
||||
private void setText() {
|
||||
StringBuilder sb = new StringBuilder("put ");
|
||||
StringBuilder sb = new StringBuilder("create ");
|
||||
if (amount.toString().equals("1")) {
|
||||
sb.append("a ").append(token.getDescription());
|
||||
} else {
|
||||
|
|
@ -118,7 +118,6 @@ public class CreateTokenEffect extends OneShotEffect {
|
|||
sb.append("s ");
|
||||
}
|
||||
}
|
||||
sb.append(" onto the battlefield");
|
||||
if (tapped) {
|
||||
sb.append(" tapped");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue