forked from External/mage
* Fossil Find - Fixed card movement handling.
This commit is contained in:
parent
e367fe40b1
commit
e9f58d20a5
12 changed files with 410 additions and 24 deletions
|
|
@ -229,11 +229,11 @@ public abstract class AbilityImpl implements Ability {
|
|||
game.resetShortLivingLKI();
|
||||
/**
|
||||
* game.applyEffects() has to be done at least for every effect
|
||||
* that moves cards/permanent between zones, or chnages control
|
||||
* that moves cards/permanent between zones, or changes control
|
||||
* of objects so Static effects work as intened if dependant
|
||||
* from the moved objects zone it is in Otherwise for example
|
||||
* were static abilities with replacement effects deactivated to
|
||||
* late Example:
|
||||
* were static abilities with replacement effects deactivated
|
||||
* too late Example:
|
||||
* {@link org.mage.test.cards.replacement.DryadMilitantTest#testDiesByDestroy testDiesByDestroy}
|
||||
*/
|
||||
if (effect.applyEffectsAfter()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue