Skip to content

Commit

Permalink
amaneunsis end of the line interaction fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
NBKelly committed Mar 19, 2024
1 parent 5f4a8e0 commit 7fab5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/game/cards/hardware.clj
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@
(defcard "Amanuensis"
{:static-abilities [(mu+ 1)]
:events [{:event :runner-lose-tag
:req (req (= :runner side))
:optional {:prompt "Remove 1 power counter to draw 2 cards?"
:req (req (= :runner (second targets)))
:yes-ability {:cost [:power 1]
:msg "draw 2 cards"
:async true
Expand Down

0 comments on commit 7fab5af

Please sign in to comment.