forked from External/mage
[KHM] Implemented Draugr's Helm (#7393)
* [KHM] Implemented Draugr's Helm * Implemented CreateTokenAttachSourceEffect and refactored existing cards to use it
This commit is contained in:
parent
3c8ad2a664
commit
9165cab00a
8 changed files with 108 additions and 156 deletions
|
|
@ -111,7 +111,7 @@ public class CreateTokenEffect extends OneShotEffect {
|
|||
}
|
||||
}
|
||||
|
||||
private void setText() {
|
||||
void setText() {
|
||||
StringBuilder sb = new StringBuilder("create ");
|
||||
if (amount.toString().equals("1")) {
|
||||
sb.append("a ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue