mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Merge pull request #428 from woogerboy21/static_reveal_library
Don't remove card images from revealed decks
This commit is contained in:
commit
19de7cbc03
1 changed files with 0 additions and 1 deletions
|
|
@ -496,7 +496,6 @@ void Player::playerListActionTriggered()
|
|||
|
||||
if (menu == mRevealLibrary) {
|
||||
cmd.set_zone_name("deck");
|
||||
cmd.set_grant_write_access(true);
|
||||
} else if (menu == mRevealTopCard) {
|
||||
cmd.set_zone_name("deck");
|
||||
cmd.set_card_id(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue