mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Fix Zone to match on Transpose
This commit is contained in:
parent
d6709cd7e9
commit
030e8ae5d3
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ enum TransposeCondition implements Condition {
|
||||||
.map(Ability::getSourceId)
|
.map(Ability::getSourceId)
|
||||||
.map(game::getSpell)
|
.map(game::getSpell)
|
||||||
.map(Spell::getFromZone)
|
.map(Spell::getFromZone)
|
||||||
.map(Zone.GRAVEYARD::match)
|
.map(Zone.HAND::match)
|
||||||
.orElse(false);
|
.orElse(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue