File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 928928 (flip-facedown state side c))
929929 (complete-with-result
930930 state side eid
931- {:paid/msg (str " turns " (quantify (value cost) " hosted cop" " y" " ies" )
932- " of Matryoshka facedown" )
931+ {:paid/msg {:turn-hosted-matryoshka-facedown (value cost)}
933932 :paid/type :turn-hosted-matryoshka-facedown
934933 :paid/value (value cost)
935934 :paid/targets selected})))
Original file line number Diff line number Diff line change 10151015 :virus (let [[host count] value]
10161016 (str " spends " (quantify count " hosted virus counter" ) " from on " host))
10171017 :advancement (str " spends " (quantify (second value) " hosted advancement counter" ) " from on " (first value))
1018- :power (str " spends " (quantify (second value) " hosted power counter" ) " from on " (first value)))))
1018+ :power (str " spends " (quantify (second value) " hosted power counter" ) " from on " (first value))
1019+ :turn-hosted-matryoshka-facedown (str " turns " (quantify value " hosted cop" " y" " ies" )
1020+ " of Matryoshka facedown" ))))
10191021
10201022(defn render-cost
10211023 [cost side]
You can’t perform that action at this time.
0 commit comments