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 2060
2060
opts-fn (fn [cards]
2061
2061
(mapv #(when (and (not (operation? %))
2062
2062
(not (agenda? %)))
2063
- {:option (str " Install " (:title %) " , ignoring the install cost " )
2063
+ {:option (str " Install " (:title %))
2064
2064
:ability (remote-choice %)})
2065
2065
cards))
2066
2066
ev {:prompt (msg " The top of R&D is (in order): "
Original file line number Diff line number Diff line change 4647
4647
:hand [" Hostile Takeover" ]
4648
4648
:deck [" Archer" " Enigma" " Vanilla" ]}})
4649
4649
(play-and-score state " Hostile Takeover" )
4650
- (click-prompts state :corp " Poétrï Luxury Brands: All the Rage" " Yes" " Install Archer, ignoring the install cost " " New remote" )
4650
+ (click-prompts state :corp " Poétrï Luxury Brands: All the Rage" " Yes" " Install Archer" " New remote" )
4651
4651
(is (no-prompt? state :corp ))
4652
4652
(is (= 2 (count (:deck (get-corp )))))))
4653
4653
You can’t perform that action at this time.
0 commit comments