Skip to content

Commit 12dd774

Browse files
committed
smart now picks up strike/steelskin/IHW correctly
1 parent 8b1555e commit 12dd774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/game/cards/identities.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,7 @@
19461946
;; 3) a program among the trashed cards
19471947
(some #(->> % program?) context)
19481948
;; 4) a relevant card is trashed (Steelskin, Strike fund, I've Had Worse)
1949-
(contains? relevant-cards-trashed (map #(->> % :card :title) context)))
1949+
(some #(contains? relevant-cards-trashed %) (map #(->> % :title) context)))
19501950
:else nil))))
19511951
triggered-ability {:once :per-turn
19521952
:player :corp

0 commit comments

Comments
 (0)