Skip to content

Commit

Permalink
Merge pull request #7908 from NBKelly/drm-fix-log-message
Browse files Browse the repository at this point in the history
drm source is correct now
  • Loading branch information
NoahTheDuke authored Jan 7, 2025
2 parents ae7661b + 6e71ee8 commit 49f1180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/game/cards/operations.clj
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@
:async true
:effect (effect (corp-install eid card-to-install target {:msg-keys {:install-source card
:display-origin true}}))})
target nil)
card nil)
(end-effect state side eid card targets)))
:cancel-effect (effect (system-msg (str "declines to use " (:title card) " to install a card"))
(end-effect eid card targets))}
Expand Down

0 comments on commit 49f1180

Please sign in to comment.