Skip to content

Commit 51560de

Browse files
committed
ensure the ice was on the attacked server
1 parent 6238972 commit 51560de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/game/cards/hardware.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@
11541154
{:events [{:event :subroutines-broken
11551155
:optional
11561156
{:req (req
1157-
(let [pred (every-pred :all-subs-broken :outermost :during-run)]
1157+
(let [pred (every-pred :all-subs-broken :outermost :during-run :on-attacked-server)]
11581158
(and (pred context)
11591159
(get-card state (:ice context))
11601160
(first-event? state side :subroutines-broken #(pred (first %))))))

0 commit comments

Comments
 (0)