forked from External/mage
fix additional test failures
This commit is contained in:
parent
19bb4e7cd3
commit
501b7e882b
5 changed files with 45 additions and 40 deletions
|
|
@ -1204,6 +1204,11 @@ public class Spell extends StackObjectImpl implements Card {
|
|||
throw new UnsupportedOperationException("Not supported.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean cantBeAttachedBy(MageObject attachment, Ability source, Game game, boolean silentMode) {
|
||||
throw new UnsupportedOperationException("Not supported.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean addAttachment(UUID permanentId, Ability source, Game game) {
|
||||
throw new UnsupportedOperationException("Not supported.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue