File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3882
3882
(effect-completed state side eid)))}
3883
3883
:no-ability {:effect (effect (system-msg :corp (str " declines to use " (:title card))))}}}
3884
3884
: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]" )
3886
3886
:async true
3887
3887
:effect (req (gain-credits state :corp eid (harmonic-ice-count corp)))}]})
3888
3888
Original file line number Diff line number Diff line change 2837
2837
:label " Choose subroutine order"
2838
2838
:req (req (pos? (count (remove :broken (:subroutines current-ice)))))
2839
2839
:async true
2840
- :msg (msg " Choose the order the unbroken subroutines on "
2840
+ :msg (msg " choose the order the unbroken subroutines on "
2841
2841
(:title current-ice) " resolve" )
2842
2842
:effect (effect (continue-ability (runner-break (unbroken-subroutines-choice current-ice)) card nil ))}]}))
2843
2843
You can’t perform that action at this time.
0 commit comments