File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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)))
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))
You can’t perform that action at this time.
0 commit comments