forked from External/mage
Some changes to check if Object had ability and the abillity can trigger.
This commit is contained in:
parent
d68668d7c1
commit
3758cefc59
10 changed files with 87 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue