Skip to content

Commit a1ed2e7

Browse files
authored
Merge pull request #6913 from francescopellegrini/fix/friday-chip-trash-log
2 parents c008ba0 + cd8a3cf commit a1ed2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/game/cards/hardware.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@
816816
:autoresolve (get-autoresolve :auto-fire)
817817
:yes-ability {:effect (effect (system-msg
818818
:runner
819-
(msg "uses " (:title card) " to place 1 virus counter on itself"))
819+
(str "uses " (:title card) " to place 1 virus counter on itself"))
820820
(add-counter :runner card :virus 1))}}}
821821
mult-ab {:prompt (msg "Place virus counters on " (:title card) "?")
822822
:choices {:number (req amt-trashed)

0 commit comments

Comments
 (0)