forked from External/mage
* Reworked ENTERS_THE_BATTLEFIELD event for replacement effects. Some rework to card movement.
This commit is contained in:
parent
c642165020
commit
59ef2a2889
247 changed files with 1842 additions and 2287 deletions
|
|
@ -879,7 +879,7 @@ public class ContinuousEffects implements Serializable {
|
|||
// For example: Vesuva copying a Dark Depth (VesuvaTest:testDarkDepth)
|
||||
// This call should be removed if possible as replacement effects of EntersTheBattlefield events
|
||||
// do no longer work correctly because the entering permanents are not yet on the battlefield (before they were).
|
||||
game.applyEffects();
|
||||
// game.applyEffects();
|
||||
} while (true);
|
||||
return caught;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue