allow playing cards directly transformed from hand (#5339)

This commit is contained in:
RickyRister 2024-12-26 16:51:58 -08:00 committed by GitHub
parent 6dfd354973
commit 7a8e957476
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3858,6 +3858,9 @@ void Player::updateCardMenu(const CardItem *card)
}
addRelatedCardView(card, cardMenu);
if (card->getZone()->getName() == "hand") {
addRelatedCardActions(card, cardMenu);
}
}
} else {
cardMenu->addMenu(moveMenu);