forked from External/mage
[FIC] fix Krile Baldesion trigger not working
This commit is contained in:
parent
fda43021a4
commit
a2612434f7
1 changed files with 2 additions and 1 deletions
|
|
@ -75,6 +75,7 @@ enum KrileBaldesionPredicate implements ObjectSourcePlayerPredicate<Card> {
|
|||
return CardUtil
|
||||
.getEffectValueFromAbility(input.getSource(), "spellCast", Spell.class)
|
||||
.map(Spell::getManaValue)
|
||||
.equals(input.getObject().getManaValue());
|
||||
.filter(x -> x == input.getObject().getManaValue())
|
||||
.isPresent();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue