[M21] actually fix Enthralling Hold (#6746)

This commit is contained in:
htrajan 2020-06-29 01:41:46 -07:00 committed by GitHub
parent 4652ebd790
commit ca29e61b1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 110 additions and 3 deletions

View file

@ -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);