mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
Fix Echo
This commit is contained in:
@@ -281,11 +281,14 @@ public class GameCopier {
|
||||
cardMap.put(c, newCard);
|
||||
|
||||
Player zoneOwner = owner;
|
||||
// everything the CreatureEvaluator checks must be set here
|
||||
if (zone == ZoneType.Battlefield) {
|
||||
// TODO: Controllers' list with timestamps should be copied.
|
||||
zoneOwner = playerMap.get(c.getController());
|
||||
newCard.setController(zoneOwner, 0);
|
||||
|
||||
newCard.setCameUnderControlSinceLastUpkeep(c.cameUnderControlSinceLastUpkeep());
|
||||
|
||||
newCard.setPTTable(c.getSetPTTable());
|
||||
newCard.setPTCharacterDefiningTable(c.getSetPTCharacterDefiningTable());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user