Added Release the Ants. Created package for post resolve effects and started moving post resolve effects there.

This commit is contained in:
LevelX2 2014-08-26 17:45:13 +02:00
parent 9d4b88a388
commit 37efad7d2c
18 changed files with 164 additions and 57 deletions

View file

@ -34,7 +34,7 @@ import mage.constants.Outcome;
import mage.constants.Rarity;
import mage.abilities.Ability;
import mage.abilities.effects.OneShotEffect;
import mage.abilities.effects.common.ExileSpellEffect;
import mage.abilities.effects.postresolve.ExileSpellEffect;
import mage.cards.CardImpl;
import mage.game.Game;
import mage.players.Player;