mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Missed some references to instanceof AdventureCard
replaced with CardWithSpellOption
This commit is contained in:
parent
7b94324871
commit
63781e9ca1
8 changed files with 17 additions and 18 deletions
|
|
@ -2379,7 +2379,7 @@ public class HumanPlayer extends PlayerImpl {
|
|||
Card mainCard = game.getCard(CardUtil.getMainCardId(game, ability.getSourceId()));
|
||||
if (mainCard != null && !Zone.BATTLEFIELD.equals(game.getState().getZone(mainCard.getId()))) {
|
||||
if (mainCard instanceof SplitCard
|
||||
|| mainCard instanceof AdventureCard
|
||||
|| mainCard instanceof CardWithSpellOption
|
||||
|| mainCard instanceof ModalDoubleFacedCard) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue