Skip to content

Commit

Permalink
Merge pull request #5932 from francescopellegrini/fix/public-trail-wa…
Browse files Browse the repository at this point in the history
…iting-msg

add missing waiting prompt to Public Trail
  • Loading branch information
jwarwick authored Jun 9, 2021
2 parents fedab41 + 009ad01 commit af30d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clj/game/cards/operations.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1678,6 +1678,7 @@
{:req (req (last-turn? state :runner :successful-run))
:player :runner
:msg (msg "force the Runner to " (decapitalize target))
:waiting-prompt "Runner to choose an option"
:prompt "Pick one"
:choices (req ["Take 1 tag"
(when (can-pay? state :runner (assoc eid :source card :source-type :ability) card (:title card) :credit 8)
Expand Down

0 comments on commit af30d3c

Please sign in to comment.