mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
merge fix
This commit is contained in:
commit
82bc4274ae
16 changed files with 186 additions and 23 deletions
|
|
@ -64,6 +64,7 @@ void Server_Player::setupZones()
|
|||
addZone(sbZone);
|
||||
addZone(new Server_CardZone(this, "table", true, PublicZone));
|
||||
addZone(new Server_CardZone(this, "hand", false, PrivateZone));
|
||||
addZone(new Server_CardZone(this, "stack", false, PublicZone));
|
||||
addZone(new Server_CardZone(this, "grave", false, PublicZone));
|
||||
addZone(new Server_CardZone(this, "rfg", false, PublicZone));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue