File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3403
3403
:optional
3404
3404
{:req (req (and (<= 2 (count (filter ice? (all-installed state :corp ))))
3405
3405
(if run (same-card? (:ice context) card) true )))
3406
- :prompt " Swap Thimblerig with another ice?"
3406
+ :prompt ( msg " Swap " ( card-str state card) " with another ice?" )
3407
3407
:yes-ability {:prompt " Choose a piece of ice to swap Thimblerig with"
3408
3408
:choices {:card ice?
3409
3409
:not-self true }
Original file line number Diff line number Diff line change 6103
6103
(is (= " Pup" (:title (get-ice state :hq 1 ))) " Pup outermost ice on HQ" )
6104
6104
(take-credits state :corp )
6105
6105
(take-credits state :runner )
6106
+ (is (= " Swap Thimblerig protecting HQ at position 0 with another ice?" (:msg (prompt-map :corp ))))
6106
6107
(click-prompt state :corp " Yes" )
6107
6108
(click-card state :corp (refresh pup))
6108
6109
(is (= " Pup" (:title (get-ice state :hq 0 ))) " Pup innermost ice on HQ after swap" )
You can’t perform that action at this time.
0 commit comments