Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicit reveals #7873

Merged
merged 5 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tr-str
  • Loading branch information
NBKelly committed Nov 7, 2024
commit f8a7c79c3a8a6639067899f8c955dccc0ceb7be0
1 change: 1 addition & 0 deletions src/cljc/i18n/en.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@
:play-area "Play Area"
:current "Current"
:scored-area "Scored Area"
:last-revealed "Last Revealed"
:archives "Archives"
:max-hand "Max hand size"
:brain-damage "Core Damage"
Expand Down
2 changes: 1 addition & 1 deletion src/cljs/nr/gameboard/board.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -2272,7 +2272,7 @@
[button-pane {:side me-side :active-player active-player :run run :encounters encounters
:end-turn end-turn :runner-phase-12 runner-phase-12
:corp-phase-12 corp-phase-12 :corp corp :runner runner
:me me :opponent opponent :prompt-state prompt-state}])]]
:me me :opponent opponent :prompt-state prompt-state}])]]

[:div.me
[hand-view me-side me-hand me-hand-size me-hand-count prompt-state true]]]]
Expand Down
Loading