mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
*Additional info saved in LKI copies (damage recieved). Fixes Rot Wolf, Soul Collector, Axelrod Gunnarson.
This commit is contained in:
@@ -692,6 +692,7 @@ public final class CardUtil {
|
|||||||
res.setColor(c.getColor());
|
res.setColor(c.getColor());
|
||||||
res.setChangedCardTypes(c.getChangedCardTypes());
|
res.setChangedCardTypes(c.getChangedCardTypes());
|
||||||
res.setNewPT(c.getNewPT());
|
res.setNewPT(c.getNewPT());
|
||||||
|
res.setReceivedDamageFromThisTurn(c.getReceivedDamageFromThisTurn());
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user