allow playing cards directly transformed from hand

This commit is contained in:
RickyRister 2024-12-26 16:14:56 -08:00
parent 6dfd354973
commit 3882c76d61

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);