Clone now clones the exact printing, when possible (#5384)

This commit is contained in:
Zach H 2024-12-29 18:24:20 -05:00 committed by GitHub
parent 1ce7b9f7de
commit dec001114a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3109,6 +3109,7 @@ void Player::cardMenuAction()
auto *cmd = new Command_CreateToken;
cmd->set_zone("table");
cmd->set_card_name(card->getName().toStdString());
cmd->set_card_provider_id(card->getProviderId().toStdString());
cmd->set_color(card->getColor().toStdString());
cmd->set_pt(card->getPT().toStdString());
cmd->set_annotation(card->getAnnotation().toStdString());