Clone now clones the exact printing, when possible

This commit is contained in:
ZeldaZach 2024-12-29 16:47:26 -05:00
parent 1ce7b9f7de
commit ff995ce944
No known key found for this signature in database

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