[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:
Daniel Bomar 2021-01-15 08:07:25 -06:00 committed by GitHub
parent 3c8ad2a664
commit 9165cab00a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 108 additions and 156 deletions

View file

@ -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 ");