* Added missing changes to commit 06eaa5ab99.

This commit is contained in:
LevelX2 2014-05-13 19:26:51 +02:00
parent 5cc9e22bd5
commit 7ae6054c1e
4 changed files with 25 additions and 1 deletions

View file

@ -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;