Skip to content

Commit

Permalink
Merge pull request #7938 from NBKelly/manuel-doesnt-require-run
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke authored Feb 2, 2025
2 parents b085a66 + b9d933e commit 68d50c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/game/cards/resources.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2127,7 +2127,7 @@
(threat-level 3 state)))
:value [(->c :trash-from-hand 1)]}]
:events [{:event :breach-server
:req (req (and tagged run
:req (req (and tagged
(or (= target :rd) (= target :hq))))
:msg (msg "access 1 additional card from " (zone->name target))
:effect (effect (access-bonus target 1))}]})
Expand Down

0 comments on commit 68d50c4

Please sign in to comment.