Skip to content

Commit

Permalink
fix The Twinning charging up when Corp spends recurring credits
Browse files Browse the repository at this point in the history
  • Loading branch information
francescopellegrini committed Jan 12, 2024
1 parent cb62f20 commit 81fe2e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clj/game/cards/resources.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3400,6 +3400,7 @@
{:events [{:event :spent-credits-from-card
:req (req (and
(installed? target)
(runner? target)
(first-event? state side :spent-credits-from-card #(installed? (first %)))))
:async true
:msg "place a power counter on itself"
Expand Down

0 comments on commit 81fe2e3

Please sign in to comment.