Skip to content

Commit 2697dba

Browse files
authored
Merge pull request #7976 from NBKelly/vampy-fix
2 parents 749a3c2 + 21a771e commit 2697dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/game/cards/ice.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4364,7 +4364,7 @@
43644364
{:subroutines [(runner-loses-credits 2)
43654365
(gain-credits-sub 2)
43664366
(do-net-damage 2)
4367-
(draw-up-to-sub 2)]})
4367+
(draw-up-to-sub 2 {:allow-zero-draws true})]})
43684368

43694369
(defcard "Vanilla"
43704370
{:subroutines [end-the-run]})

0 commit comments

Comments
 (0)