Skip to content

Commit 1988858

Browse files
authored
Merge pull request #8434 from NBKelly/touch-up-identities
Touch up identities
2 parents 5c43caa + e0b2976 commit 1988858

File tree

5 files changed

+163
-114
lines changed

5 files changed

+163
-114
lines changed

src/clj/game/cards/events.clj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[game.core.damage :refer [damage]]
1919
[game.core.def-helpers :refer [all-cards-in-hand* in-hand*?
2020
breach-access-bonus defcard draw-abi drain-credits gain-credits-ability offer-jack-out
21-
reorder-choice run-any-server-ability run-central-server-ability run-remote-server-ability run-server-ability run-server-from-choices-ability tutor-abi with-revealed-hand]]
21+
reorder-choice run-any-server-ability run-central-server-ability run-remote-server-ability run-server-ability run-server-from-choices-ability scry tutor-abi with-revealed-hand]]
2222
[game.core.drawing :refer [draw]]
2323
[game.core.effects :refer [register-lingering-effect]]
2424
[game.core.eid :refer [complete-with-result effect-completed make-eid
@@ -621,13 +621,7 @@
621621
:async true
622622
:effect (req (if (= target "Done")
623623
(do (system-msg state :corp "declines to reveal an agenda from HQ")
624-
(continue-ability
625-
state :runner
626-
{:msg "look at the top 3 cards of R&D"
627-
:prompt (msg "The top cards of R&D are (top->bottom): " (enumerate-cards (take 3 (:deck corp))))
628-
:waiting-prompt true
629-
:choices ["OK"]}
630-
card nil))
624+
(scry state :runner eid card :corp 3))
631625
(do
632626
(wait-for (reveal-loud state side card {:forced true} target)
633627
(continue-ability

0 commit comments

Comments
 (0)