mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed LKI's of tokens not being marked as tokens.
This commit is contained in:
@@ -121,6 +121,7 @@ public final class CardUtil {
|
||||
newCopy.addAlternateState(CardCharacteristicName.Cloner);
|
||||
}
|
||||
newCopy.setType(new ArrayList<String>(in.getType()));
|
||||
newCopy.setToken(in.isToken());
|
||||
newCopy.setTriggers(in.getTriggers(), false);
|
||||
for (SpellAbility sa : in.getManaAbility()) {
|
||||
newCopy.addSpellAbility(sa);
|
||||
|
||||
Reference in New Issue
Block a user