move comment

This commit is contained in:
ebbit1q 2026-05-19 00:19:23 +02:00
parent 5a8fc40033
commit 2f30468ce9

View file

@ -1070,9 +1070,9 @@ bool PlayerActions::createRelatedFromRelation(const CardItem *sourceCard, const
}
} else {
CardRelationType attachType;
// do not attempt to attach to another player's cards, this causes the card to attempt to attach to the same
// cardid on the local player's field instead, which is an entirely different card!
if (player->getPlayerInfo()->getLocalOrJudge()) {
// do not attempt to attach to another player's cards, this causes the card to attempt to attach to the same
// cardid on the local player's field instead, which is an entirely different card!
attachType = cardRelation->getAttachType();
} else {
attachType = CardRelationType::DoesNotAttach;