forked from External/mage
* Added missing changes to commit 06eaa5ab99.
This commit is contained in:
parent
5cc9e22bd5
commit
7ae6054c1e
4 changed files with 25 additions and 1 deletions
|
|
@ -146,6 +146,11 @@ public class StackAbility implements StackObject, Ability {
|
|||
return emptyAbilites;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasAbility(UUID abilityId, Game game) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ObjectColor getColor() {
|
||||
return emptyColor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue