This commit is contained in:
Alex W. Jackson 2022-10-15 22:56:07 -04:00
parent 76fcfafc8b
commit 9961ac2d48
2 changed files with 10 additions and 1 deletions

View file

@ -107,6 +107,11 @@ public abstract class MeldCard extends CardImpl {
}
}
@Override
public boolean isTransformable() {
return false;
}
@Override
public boolean addCounters(Counter counter, UUID playerAddingCounters, Ability source, Game game, List<UUID> appliedEffects) {
if (this.isMelded(game)) {