Skip to content

Commit 8b1555e

Browse files
committed
by any means uses the correct abi
1 parent 24f662a commit 8b1555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/clj/game/cards/events_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@
953953
:runner {:deck [(qty "By Any Means" 2)]}})
954954
(take-credits state :corp)
955955
(play-from-hand state :runner "By Any Means")
956-
(card-ability state :corp (get-in @state [:corp :identity]) 0)
956+
(card-ability state :corp (get-in @state [:corp :identity]) 1)
957957
(click-prompt state :corp (find-card "By Any Means" (:discard (get-runner))))
958958
(is (= 1 (count (get-in @state [:runner :rfg]))) "By Any Means RFGed")
959959
(is (zero? (count (:discard (get-corp)))) "Nothing trashed yet")

0 commit comments

Comments
 (0)