mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added some missing info to LKI copies (fixes Glorious Anthem + Proper Burial).
This commit is contained in:
@@ -898,12 +898,14 @@ public final class CardUtil {
|
||||
final Card res = AllZone.getCardFactory().copyCard(c);
|
||||
res.setControllerObjects(c.getControllerObjects());
|
||||
res.addTempAttackBoost(c.getTempAttackBoost());
|
||||
res.addSemiPermanentAttackBoost(c.getSemiPermanentAttackBoost());
|
||||
res.addTempDefenseBoost(c.getTempDefenseBoost());
|
||||
res.addSemiPermanentDefenseBoost(c.getSemiPermanentDefenseBoost());
|
||||
res.setCounters(c.getCounters());
|
||||
res.setExtrinsicKeyword(c.getExtrinsicKeyword());
|
||||
res.setColor(c.getColor());
|
||||
res.setChangedCardTypes(c.getChangedCardTypes());
|
||||
res.setNewPT(c.getNewPT());
|
||||
res.setNewPT(new ArrayList<CardPowerToughness>(c.getNewPT()));
|
||||
res.setReceivedDamageFromThisTurn(c.getReceivedDamageFromThisTurn());
|
||||
res.setCreatureGotBlockedThisTurn(c.getCreatureGotBlockedThisTurn());
|
||||
res.setHaunting(c.getHaunting());
|
||||
|
||||
Reference in New Issue
Block a user