forked from External/mage
[CMR] fixed Rakshasa Debaser - class cast exception in filter on usage;
This commit is contained in:
parent
d39575c24e
commit
c13d07b73d
8 changed files with 62 additions and 88 deletions
|
|
@ -50,6 +50,12 @@ public interface Target extends Serializable {
|
|||
|
||||
boolean canTarget(UUID id, Game game);
|
||||
|
||||
/**
|
||||
* @param id
|
||||
* @param source WARNING, it can be null for AI or other calls from events (TODO: introduce normal source in AI ComputerPlayer)
|
||||
* @param game
|
||||
* @return
|
||||
*/
|
||||
boolean canTarget(UUID id, Ability source, Game game);
|
||||
|
||||
boolean stillLegalTarget(UUID id, Ability source, Game game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue