[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:
RickyRister 2026-03-03 14:17:35 -08:00 committed by GitHub
parent 9794893b63
commit 2828854d32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 34 additions and 4 deletions

View file

@ -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