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"))