mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Battle support
This commit is contained in:
@@ -341,6 +341,10 @@ public class GameCopier {
|
||||
zoneOwner = playerMap.get(c.getController());
|
||||
newCard.setController(zoneOwner, 0);
|
||||
|
||||
if (c.isBattle()) {
|
||||
newCard.setProtectingPlayer(playerMap.get(c.getProtectingPlayer()));
|
||||
}
|
||||
|
||||
newCard.setCameUnderControlSinceLastUpkeep(c.cameUnderControlSinceLastUpkeep());
|
||||
|
||||
newCard.setPTTable(c.getSetPTTable());
|
||||
|
||||
Reference in New Issue
Block a user