Skip to content

Commit 4741747

Browse files
authored
Merge pull request #8134 from NBKelly/fox-poetri-prompt
2 parents 2d36906 + 5bbf340 commit 4741747

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/clj/game/cards/identities.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2060,7 +2060,7 @@
20602060
opts-fn (fn [cards]
20612061
(mapv #(when (and (not (operation? %))
20622062
(not (agenda? %)))
2063-
{:option (str "Install " (:title %) ", ignoring the install cost")
2063+
{:option (str "Install " (:title %))
20642064
:ability (remote-choice %)})
20652065
cards))
20662066
ev {:prompt (msg "The top of R&D is (in order): "

test/clj/game/cards/identities_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4647,7 +4647,7 @@
46474647
:hand ["Hostile Takeover"]
46484648
:deck ["Archer" "Enigma" "Vanilla"]}})
46494649
(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")
46514651
(is (no-prompt? state :corp))
46524652
(is (= 2 (count (:deck (get-corp)))))))
46534653

0 commit comments

Comments
 (0)