Merge pull request #2259 from tool4ever/lkifix

LKI fix
This commit is contained in:
Anthony Calosa
2023-01-18 18:09:23 +08:00
committed by GitHub

View File

@@ -241,6 +241,8 @@ public final class CardUtil {
newCopy.setColor(in.getColor().getColor());
newCopy.setPhasedOut(in.getPhasedOut());
newCopy.setTapped(in.isTapped());
newCopy.setDamageHistory(in.getDamageHistory());
newCopy.setDamageReceivedThisTurn(in.getDamageReceivedThisTurn());