File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 15561556 {:optional
15571557 {:prompt (msg " The top card of R&D is " (:title (first (:deck corp))) " . Trash it?" )
15581558 :waiting-prompt true
1559- :req (req (seq (:hand runner )))
1559+ :req (req (seq (:deck corp )))
15601560 :yes-ability {:cost [(->c :trash-from-deck 1 )]
15611561 :once :per-turn
15621562 :msg " add 1 card from Archives to HQ"
Original file line number Diff line number Diff line change 35463546 (click-prompts state :corp " Yes" " IPO" " Snare!" )
35473547 (is (is-hand? state :corp [" IPO" " Snare!" ])))))
35483548
3549+ (deftest meiles-u-vs-empty-grip
3550+ (doseq [[s sn] [[:hq " HQ" ] [:rd " R&D" ] [" Archives" :archives ]]]
3551+ (do-game
3552+ (new-game {:corp {:id " Méliès U: Only the Brightest"
3553+ :hand [" IPO" ]
3554+ :deck [" Snare!" ]
3555+ :discard [" Beanstalk Royalties" ]}
3556+ :runner {:deck [" Ika" ]}})
3557+ (take-credits state :corp )
3558+ (click-prompt state :corp " R&D" )
3559+ (play-from-hand state :runner " Ika" )
3560+ (run-empty-server state :rd )
3561+ (click-prompts state :corp " Yes" " IPO" " Snare!" )
3562+ (is (is-hand? state :corp [" IPO" " Snare!" ])))))
3563+
35493564(deftest mercury-chrome-libertador
35503565 (do-game
35513566 (new-game {:corp {:deck [(qty " Hedge Fund" 5 )]
You can’t perform that action at this time.
0 commit comments