mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Clone now clones the exact printing, when possible (#5384)
This commit is contained in:
parent
1ce7b9f7de
commit
dec001114a
1 changed files with 1 additions and 0 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue