forked from External/mage
* Fixed some problems with creation of tokens of target permanents (fixes #1244).
This commit is contained in:
parent
39cfbec82f
commit
e37c9a6472
24 changed files with 383 additions and 130 deletions
|
|
@ -78,7 +78,7 @@ public class CopyTokenFunction implements Function<Token, Card> {
|
|||
target.setOriginalExpansionSetCode(source.getExpansionSetCode());
|
||||
target.setOriginalCardNumber(source.getCardNumber());
|
||||
if (source instanceof Card) {
|
||||
target.setCopySourceCard((Card) source);
|
||||
target.setCopySourceCard(source);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue