File tree Expand file tree Collapse file tree 5 files changed +163
-114
lines changed
Expand file tree Collapse file tree 5 files changed +163
-114
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments