forked from External/mage
Added the possibility to handle the enteres_the_battlefield event according to rule 614.12 (issue #164).
This commit is contained in:
parent
e14886ffda
commit
b46bdef429
6 changed files with 58 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue