Merge fix

This commit is contained in:
Oleg Agafonov 2024-05-26 13:11:16 +04:00
parent 6b86b1053f
commit 876204c7ed

View file

@ -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);