mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +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.addAlternateState(CardCharacteristicName.Cloner);
|
||||||
}
|
}
|
||||||
newCopy.setType(new ArrayList<String>(in.getType()));
|
newCopy.setType(new ArrayList<String>(in.getType()));
|
||||||
|
newCopy.setToken(in.isToken());
|
||||||
newCopy.setTriggers(in.getTriggers(), false);
|
newCopy.setTriggers(in.getTriggers(), false);
|
||||||
for (SpellAbility sa : in.getManaAbility()) {
|
for (SpellAbility sa : in.getManaAbility()) {
|
||||||
newCopy.addSpellAbility(sa);
|
newCopy.addSpellAbility(sa);
|
||||||
|
|||||||
Reference in New Issue
Block a user