Skip to content

Commit daf612f

Browse files
authored
Merge pull request #6509 from francescopellegrini/fix/interactive-mad
make M.A.D. interactive
2 parents 459494a + 7a6b415 commit daf612f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/clj/game/cards/operations.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,7 @@
15631563
(not (agenda? %)))
15641564
(all-installed state :corp)))
15651565
:prompt "Choose any number of rezzed cards to trash"
1566+
:interactive (req true)
15661567
:choices {:max (req (count (filter #(not (agenda? %)) (all-active-installed state :corp))))
15671568
:card #(and (rezzed? %)
15681569
(not (agenda? %)))}

0 commit comments

Comments
 (0)