mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
fix #11917 (Judith, Carnage Connoisseur)
This commit is contained in:
parent
347f07ce81
commit
dce4caf275
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue