Skip to content

Commit 82bcc33

Browse files
authored
Merge pull request #7981 from tylerjallen02/fix-issue-7955
2 parents 2697dba + 05c7066 commit 82bcc33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/clj/game/cards/upgrades.clj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,7 @@
533533
:req (req (or (in-same-server? card target)
534534
(from-same-server? card target)))
535535
:value (req (->c :add-random-from-hand-to-bottom-of-deck 2))}]
536-
{:implementation "trash cost not displayed on dialogue"
537-
:static-abilities [steal-cost]
536+
{:static-abilities [steal-cost]
538537
:events [{:event :pre-access-card
539538
:req (req (and (rezzed? card)
540539
(same-card? target card)))
@@ -551,7 +550,7 @@
551550
:on-trash {:async true
552551
:interactive (req true)
553552
:req (req (and run (= :runner side)))
554-
: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"
553+
:msg "force the Runner to add 2 random cards from the grip to the bottom of the stack as additional cost to trash it"
555554
:effect
556555
(req (wait-for (pay state :runner (make-eid state eid) card [(->c :add-random-from-hand-to-bottom-of-deck 2)])
557556
(system-msg state :runner (:msg async-result))

0 commit comments

Comments
 (0)