forked from External/mage
[M21] actually fix Enthralling Hold (#6746)
This commit is contained in:
parent
4652ebd790
commit
ca29e61b1d
5 changed files with 110 additions and 3 deletions
|
|
@ -52,6 +52,8 @@ public interface Target extends Serializable {
|
|||
|
||||
boolean canTarget(UUID id, Ability source, Game game);
|
||||
|
||||
boolean stillLegalTarget(UUID id, Ability source, Game game);
|
||||
|
||||
boolean canTarget(UUID playerId, UUID id, Ability source, Game game);
|
||||
|
||||
boolean isLegal(Ability source, Game game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue