mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
[Server] Support face-down cards in all public zones (#6539)
* [Server] Support face-down cards in all public zones * add null check * Check using zone names instead * add comment
This commit is contained in:
parent
9794893b63
commit
2828854d32
2 changed files with 34 additions and 4 deletions
|
|
@ -6,7 +6,9 @@ message CardToMove {
|
|||
// Id of the card in its current zone
|
||||
optional sint32 card_id = 1 [default = -1];
|
||||
|
||||
// Places the card face down, hiding its name
|
||||
// If true, places the card face down, hiding its name.
|
||||
// If false, forcibly turns the card face up.
|
||||
// If not set, defers the resulting face down state to the server.
|
||||
optional bool face_down = 2;
|
||||
|
||||
// When moving add this value to the power/toughness field of the card
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue