Skip to content

Commit 3a03771

Browse files
committed
fix ncigs
1 parent 1b56469 commit 3a03771

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
@@ -1557,7 +1557,7 @@
15571557
{:optional
15581558
{:prompt (msg "The top card of R&D is " (:title (first (:deck corp))) ". Trash it?")
15591559
:waiting-prompt true
1560-
:req (req (seq (:hand runner)))
1560+
:req (req (seq (:deck corp)))
15611561
:yes-ability {:cost [(->c :trash-from-deck 1)]
15621562
:once :per-turn
15631563
:msg "add 1 card from Archives to HQ"

0 commit comments

Comments
 (0)