Skip to content

Commit 8b48e99

Browse files
authored
Merge pull request #7195 from butzopower/attini-async
Ensure Attini subroutines are async
2 parents 7c80840 + de48703 commit 8b48e99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/clj/game/cards/ice.clj

+1
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,7 @@
781781
{:prompt "Choose one"
782782
:waiting-prompt true
783783
:player :runner
784+
:async true
784785
:choices (req ["Take 1 net damage"
785786
(when (can-pay? state :runner (assoc eid :source card :source-type :ability) card nil [:credit 2]) "Pay 2 [Credits]")])
786787
:effect

0 commit comments

Comments
 (0)