Skip to content

Commit

Permalink
Merge pull request #7264 from francescopellegrini/fi/twinning-chargin…
Browse files Browse the repository at this point in the history
…g-from-corp-recurring-credits

fix The Twinning charging up when Corp spends recurring credits
  • Loading branch information
NoahTheDuke authored Jan 12, 2024
2 parents 621f3de + 81fe2e3 commit 042e247
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 042e247

Please sign in to comment.