forked from External/mage
Refactoring
See github line by line comments in 'File changed'
This commit is contained in:
parent
c0cf22bbf7
commit
f04ba151f7
52 changed files with 87 additions and 220 deletions
|
|
@ -83,9 +83,7 @@ public class CopyTokenFunction implements Function<Token, Card> {
|
|||
} else {
|
||||
target.setOriginalExpansionSetCode(source.getExpansionSetCode());
|
||||
target.setOriginalCardNumber(source.getCardNumber());
|
||||
if (source instanceof Card) {
|
||||
target.setCopySourceCard(source);
|
||||
}
|
||||
target.setCopySourceCard(source);
|
||||
}
|
||||
|
||||
target.setName(sourceObj.getName());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue