ROE and move search effects to dedicated package

This commit is contained in:
Loki 2011-04-23 21:48:11 +03:00
parent 8b758be243
commit 2fa9e1c558
39 changed files with 906 additions and 34 deletions

View file

@ -33,7 +33,7 @@ import mage.Constants.CardType;
import mage.Constants.Rarity;
import mage.MageInt;
import mage.abilities.common.EntersBattlefieldTriggeredAbility;
import mage.abilities.effects.common.SearchLibraryRevealPutInHandEffect;
import mage.abilities.effects.common.search.SearchLibraryRevealPutInHandEffect;
import mage.abilities.keyword.FlyingAbility;
import mage.cards.CardImpl;
import mage.filter.FilterCard;