mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Fix ETB effects not triggering during simulation and add a test.
This commit is contained in:
@@ -94,6 +94,7 @@ public class GameCopier {
|
||||
}
|
||||
|
||||
private void copyGameState(Game newGame) {
|
||||
newGame.setAge(origGame.getAge());
|
||||
for (ZoneType zone : ZONES) {
|
||||
for (Card card : origGame.getCardsIn(zone)) {
|
||||
addCard(newGame, zone, card);
|
||||
|
||||
Reference in New Issue
Block a user