Added the possibility to handle the enteres_the_battlefield event according to rule 614.12 (issue #164).

This commit is contained in:
LevelX2 2013-03-22 15:00:06 +01:00
parent e14886ffda
commit b46bdef429
6 changed files with 58 additions and 2 deletions

View file

@ -41,4 +41,6 @@ public interface ReplacementEffect<T extends ReplacementEffect<T>> extends Conti
boolean replaceEvent(GameEvent event, Ability source, Game game);
boolean applies(GameEvent event, Ability source, Game game);
boolean hasSelfScope();
}