* Fossil Find - Fixed card movement handling.

This commit is contained in:
LevelX2 2016-01-06 22:11:09 +01:00
parent e367fe40b1
commit e9f58d20a5
12 changed files with 410 additions and 24 deletions

View file

@ -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()) {