* Extirpate - Fixed that the hand and library of target card owner could not be serached.

This commit is contained in:
LevelX2 2015-01-05 14:28:57 +01:00
parent 7d863c25a2
commit fa709bfd5e
3 changed files with 53 additions and 57 deletions

View file

@ -371,7 +371,7 @@ public interface Ability extends Controllable, Serializable {
boolean isInUseableZone(Game game, MageObject source, boolean checkLKI);
/**
* Returns true if this ability has to be shown on top of the card.
* Returns true if this ability has to be shown as topmost of all the rules of the object
*
* @return
*/