From 218a6ac7df47d4b2fe5fd4e341283dde38440b75 Mon Sep 17 00:00:00 2001 From: NB Kelly Date: Sun, 8 Mar 2026 07:56:12 +1300 Subject: [PATCH] if the card is seen, we can print it --- src/clj/game/core/to_string.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clj/game/core/to_string.clj b/src/clj/game/core/to_string.clj index 0ff156e995..882b8f595e 100644 --- a/src/clj/game/core/to_string.clj +++ b/src/clj/game/core/to_string.clj @@ -11,6 +11,7 @@ (let [installed-ice (and (ice? card) (installed? card))] ; Corp card messages (str (if (or (rezzed? card) + (:seen card) visible) (get-title card) (if installed-ice "ice" "a card"))