mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[WHO] fix Ryan Sinclair not allowing spells with equal mana value to be cast
This commit is contained in:
parent
2c4eb38426
commit
4c9d50c682
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class RyanSinclairEffect extends OneShotEffect {
|
|||
if (card != null) {
|
||||
FilterCard filter = new FilterCard();
|
||||
filter.add(new ManaValuePredicate(
|
||||
ComparisonType.FEWER_THAN,
|
||||
ComparisonType.OR_LESS,
|
||||
Optional.ofNullable(source.getSourcePermanentOrLKI(game))
|
||||
.map(MageObject::getPower)
|
||||
.map(MageInt::getValue)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue