We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f662a commit 8b1555eCopy full SHA for 8b1555e
test/clj/game/cards/events_test.clj
@@ -953,7 +953,7 @@
953
:runner {:deck [(qty "By Any Means" 2)]}})
954
(take-credits state :corp)
955
(play-from-hand state :runner "By Any Means")
956
- (card-ability state :corp (get-in @state [:corp :identity]) 0)
+ (card-ability state :corp (get-in @state [:corp :identity]) 1)
957
(click-prompt state :corp (find-card "By Any Means" (:discard (get-runner))))
958
(is (= 1 (count (get-in @state [:runner :rfg]))) "By Any Means RFGed")
959
(is (zero? (count (:discard (get-corp)))) "Nothing trashed yet")
0 commit comments