fix additional test failures

This commit is contained in:
theelk801 2025-05-23 18:30:23 -04:00
parent 19bb4e7cd3
commit 501b7e882b
5 changed files with 45 additions and 40 deletions

View file

@ -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.");