Skip to content

Commit

Permalink
Merge pull request #7875 from NBKelly/keep-menu-open
Browse files Browse the repository at this point in the history
leech/sucker keep the menu open
  • Loading branch information
NoahTheDuke authored Jan 7, 2025
2 parents 711965c + b46f204 commit 3573116
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/clj/game/cards/programs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,7 @@
:label "Give -1 strength to current piece of ice"
:req (req (and (rezzed? current-ice)
(get-current-encounter state)))
:keep-menu-open :while-virus-tokens-left
:msg (msg "give -1 strength to " (:title current-ice))
:effect (effect (pump-ice current-ice -1))}]})

Expand Down Expand Up @@ -1957,6 +1958,7 @@
:abilities [{:cost [(->c :virus 1)]
:label "Give -1 strength to current piece of ice"
:req (req (active-encounter? state))
:keep-menu-open :while-virus-tokens-left
:msg (msg "give -1 strength to " (:title current-ice))
:effect (effect (pump-ice current-ice -1))}]})

Expand Down Expand Up @@ -3200,6 +3202,7 @@
:choices {:card #(and (has-subtype? % "Icebreaker")
(not (has-subtype? % "AI"))
(installed? %))}
:keep-menu-open :while-power-tokens-left
:msg (msg "give +3 strength to " (:title target))
:effect (effect (pump target 3))}
(set-autoresolve :auto-place-counter "Takobi placing power counters on itself")]})
Expand Down

0 comments on commit 3573116

Please sign in to comment.