Skip to content

Commit 74b3dae

Browse files
authored
Merge pull request #6854 from francescopellegrini/fix/small-msg-typos
2 parents 94a177c + f7353a0 commit 74b3dae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/clj/game/cards/ice.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3882,7 +3882,7 @@
38823882
(effect-completed state side eid)))}
38833883
:no-ability {:effect (effect (system-msg :corp (str "declines to use " (:title card))))}}}
38843884
:subroutines [{:label (str "Gain 1 [Credits] for each rezzed piece of Harmonic ice")
3885-
:msg (msg "Gain " (harmonic-ice-count corp) " [Credits]")
3885+
:msg (msg "gain " (harmonic-ice-count corp) " [Credits]")
38863886
:async true
38873887
:effect (req (gain-credits state :corp eid (harmonic-ice-count corp)))}]})
38883888

src/clj/game/cards/resources.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2837,7 +2837,7 @@
28372837
:label "Choose subroutine order"
28382838
:req (req (pos? (count (remove :broken (:subroutines current-ice)))))
28392839
:async true
2840-
:msg (msg "Choose the order the unbroken subroutines on "
2840+
:msg (msg "choose the order the unbroken subroutines on "
28412841
(:title current-ice) " resolve")
28422842
:effect (effect (continue-ability (runner-break (unbroken-subroutines-choice current-ice)) card nil))}]}))
28432843

0 commit comments

Comments
 (0)