From 98ad3d390d70b1b56551db75881c10d82a7529fc Mon Sep 17 00:00:00 2001 From: NB Kelly Date: Wed, 8 Jan 2025 06:53:21 +1300 Subject: [PATCH] drm async --- src/clj/game/cards/operations.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clj/game/cards/operations.clj b/src/clj/game/cards/operations.clj index c38af14f30..a7aabdc8ae 100644 --- a/src/clj/game/cards/operations.clj +++ b/src/clj/game/cards/operations.clj @@ -720,6 +720,7 @@ :msg (msg (if (= "None" target) "shuffle R&D" (str "reveal " (:title target) " from R&D and add it to HQ"))) + :async true :effect (let [end-effect (req (system-msg state side "can not score agendas for the remainder of the turn") (swap! state assoc-in [:corp :register :cannot-score] (filter agenda? (all-installed state :corp)))