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
|
|
@ -565,6 +565,11 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
|
|||
return card.getAbilities();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasAbility(UUID abilityId, Game game) {
|
||||
return card.hasAbility(abilityId, game);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ObjectColor getColor() {
|
||||
return card.getColor();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue