[AVR] Second Guest + tests. Refactored filters.

This commit is contained in:
magenoxx 2012-05-24 09:01:31 +04:00
parent 3fac42fc3c
commit 32e29392d2
184 changed files with 823 additions and 562 deletions

View file

@ -188,8 +188,8 @@ public interface Player extends MageItem, Copyable<Player> {
public boolean playLand(Card card, Game game);
public boolean activateAbility(ActivatedAbility ability, Game game);
public boolean triggerAbility(TriggeredAbility ability, Game game);
public boolean canBeTargetedBy(MageObject source);
public boolean hasProtectionFrom(MageObject source);
public boolean canBeTargetedBy(MageObject source, Game game);
public boolean hasProtectionFrom(MageObject source, Game game);
public boolean flipCoin(Game game);
public void discard(int amount, Ability source, Game game);
public void discardToMax(Game game);