mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
send facedown in command
This commit is contained in:
parent
91e5b0483f
commit
917f10bffb
1 changed files with 1 additions and 0 deletions
|
|
@ -1855,6 +1855,7 @@ void Player::actCreateAnotherToken()
|
||||||
cmd.set_pt(lastTokenInfo.pt.toStdString());
|
cmd.set_pt(lastTokenInfo.pt.toStdString());
|
||||||
cmd.set_annotation(lastTokenInfo.annotation.toStdString());
|
cmd.set_annotation(lastTokenInfo.annotation.toStdString());
|
||||||
cmd.set_destroy_on_zone_change(lastTokenInfo.destroy);
|
cmd.set_destroy_on_zone_change(lastTokenInfo.destroy);
|
||||||
|
cmd.set_face_down(lastTokenInfo.faceDown);
|
||||||
cmd.set_x(-1);
|
cmd.set_x(-1);
|
||||||
cmd.set_y(lastTokenTableRow);
|
cmd.set_y(lastTokenTableRow);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue