Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/clj/game/cards/upgrades.clj
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,7 @@
:req (req (or (in-same-server? card target)
(from-same-server? card target)))
:value (req (->c :add-random-from-hand-to-bottom-of-deck 2))}]
{:implementation "trash cost not displayed on dialogue"
:static-abilities [steal-cost]
{:static-abilities [steal-cost]
:events [{:event :pre-access-card
:req (req (and (rezzed? card)
(same-card? target card)))
Expand All @@ -551,7 +550,7 @@
:on-trash {:async true
:interactive (req true)
:req (req (and run (= :runner side)))
:msg "force the Runner to add 2 random cards from the grip to the bottom of the stack as additional cost to steal agendas from this server or its root"
:msg "force the Runner to add 2 random cards from the grip to the bottom of the stack as additional cost to trash it"
:effect
(req (wait-for (pay state :runner (make-eid state eid) card [(->c :add-random-from-hand-to-bottom-of-deck 2)])
(system-msg state :runner (:msg async-result))
Expand Down