forked from External/mage
[GRN] Added Thief of Sanity.
This commit is contained in:
parent
e50a922970
commit
4c17a13bce
7 changed files with 274 additions and 16 deletions
|
|
@ -12,7 +12,7 @@ import mage.game.Game;
|
|||
*/
|
||||
public interface AsThoughEffect extends ContinuousEffect {
|
||||
|
||||
boolean applies(UUID sourceId, Ability affectedAbility, Ability source, Game game);
|
||||
boolean applies(UUID sourceId, Ability affectedAbility, Ability source, Game game, UUID playerId);
|
||||
|
||||
boolean applies(UUID sourceId, Ability source, UUID affectedControllerId, Game game);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue