*Additional info saved in LKI copies (damage recieved). Fixes Rot Wolf, Soul Collector, Axelrod Gunnarson.

This commit is contained in:
Hellfish
2011-09-18 09:34:51 +00:00
parent a40b03e233
commit 5bcff0d420

View File

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