We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c008ba0 + cd8a3cf commit a1ed2e7Copy full SHA for a1ed2e7
src/clj/game/cards/hardware.clj
@@ -816,7 +816,7 @@
816
:autoresolve (get-autoresolve :auto-fire)
817
:yes-ability {:effect (effect (system-msg
818
:runner
819
- (msg "uses " (:title card) " to place 1 virus counter on itself"))
+ (str "uses " (:title card) " to place 1 virus counter on itself"))
820
(add-counter :runner card :virus 1))}}}
821
mult-ab {:prompt (msg "Place virus counters on " (:title card) "?")
822
:choices {:number (req amt-trashed)
0 commit comments