Some changes to check if Object had ability and the abillity can trigger.

This commit is contained in:
LevelX2 2015-04-27 18:05:39 +02:00
parent d68668d7c1
commit 3758cefc59
10 changed files with 87 additions and 25 deletions

View file

@ -408,7 +408,12 @@ public class StackAbility implements StackObject, Ability {
@Override
public boolean isInUseableZone(Game game, MageObject source, GameEvent event) {
throw new UnsupportedOperationException("Not supported yet.");
throw new UnsupportedOperationException("Not supported.");
}
@Override
public boolean hasSourceObjectAbility(Game game, MageObject source, GameEvent event) {
throw new UnsupportedOperationException("Not supported.");
}
@Override