Skip to content

Commit

Permalink
Update src/clj/game/cards/unhinged.clj
Browse files Browse the repository at this point in the history
Co-authored-by: Noah <[email protected]>
  • Loading branch information
NBKelly and NoahTheDuke authored Mar 31, 2024
1 parent 31ba8a9 commit 269b7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/game/cards/unhinged.clj
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
card nil)
;; installable
(if (can-pay? state side (assoc eid :source card :source-type :runner-install) top-card nil
(install-cost state side top-card))
(->c :credit (install-cost state side top-card)))
(continue-ability
state side
{:optional
Expand Down

0 comments on commit 269b7fe

Please sign in to comment.