fix #11917 (Judith, Carnage Connoisseur)

This commit is contained in:
xenohedron 2024-03-07 22:43:36 -05:00
parent 347f07ce81
commit dce4caf275

View file

@ -83,6 +83,7 @@ class JudithCarnageConnoisseurEffect extends ContinuousEffectImpl {
public boolean apply(Game game, Ability source) {
Spell spell = game.getSpell(getTargetPointer().getFirst(game, source));
if (spell == null) {
discard();
return false;
}