mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Merge fix
This commit is contained in:
parent
6b86b1053f
commit
876204c7ed
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ public class CopyTokenFunction {
|
|||
|
||||
// from another card (example: Embalm ability)
|
||||
Card sourceObj = CardUtil.getDefaultCardSideForBattlefield(game, source.getMainCard());
|
||||
target.setCopySourceCard(source);
|
||||
target.setCopySourceCard(sourceObj);
|
||||
// main side
|
||||
copyToToken(target, sourceObj, game);
|
||||
CardUtil.copySetAndCardNumber(target, sourceObj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue