mirror of
https://github.com/correl/mage.git
synced 2025-03-07 20:53:18 -10:00
Fixed replacement effects for copied creatures. All tests pass now.
This commit is contained in:
parent
b0157b2259
commit
1cb25812c9
2 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,6 @@ public class PhantasmalImageTest extends CardTestPlayerBase {
|
|||
|
||||
// Tests: When Geralf's Messenger enters the battlefield, target opponent loses 2 life.
|
||||
assertLife(playerB, 18);
|
||||
assertLife(playerA, 18);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -320,6 +320,7 @@ public class ContinuousEffects implements Serializable {
|
|||
if (caught)
|
||||
break;
|
||||
consumed.add(rEffect.getId());
|
||||
game.applyEffects();
|
||||
} while (true);
|
||||
return caught;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue