Skip to content

Commit

Permalink
leech/sucker keep the menu open
Browse files Browse the repository at this point in the history
  • Loading branch information
NBKelly committed Nov 6, 2024
1 parent d9dfc0b commit b46f204
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 @@ -1947,6 +1948,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 @@ -3188,6 +3190,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 b46f204

Please sign in to comment.