mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
@@ -241,6 +241,8 @@ public final class CardUtil {
|
|||||||
newCopy.setColor(in.getColor().getColor());
|
newCopy.setColor(in.getColor().getColor());
|
||||||
newCopy.setPhasedOut(in.getPhasedOut());
|
newCopy.setPhasedOut(in.getPhasedOut());
|
||||||
|
|
||||||
|
newCopy.setTapped(in.isTapped());
|
||||||
|
|
||||||
newCopy.setDamageHistory(in.getDamageHistory());
|
newCopy.setDamageHistory(in.getDamageHistory());
|
||||||
newCopy.setDamageReceivedThisTurn(in.getDamageReceivedThisTurn());
|
newCopy.setDamageReceivedThisTurn(in.getDamageReceivedThisTurn());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user