File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 35353535 (click-prompts state :corp " Yes" " IPO" " Snare!" )
35363536 (is (is-hand? state :corp [" IPO" " Snare!" ])))))
35373537
3538+ (deftest meiles-u-vs-empty-grip
3539+ (doseq [[s sn] [[:hq " HQ" ] [:rd " R&D" ] [" Archives" :archives ]]]
3540+ (do-game
3541+ (new-game {:corp {:id " Méliès U: Only the Brightest"
3542+ :hand [" IPO" ]
3543+ :deck [" Snare!" ]
3544+ :discard [" Beanstalk Royalties" ]}
3545+ :runner {:deck [" Ika" ]}})
3546+ (take-credits state :corp )
3547+ (click-prompt state :corp " R&D" )
3548+ (play-from-hand state :runner " Ika" )
3549+ (run-empty-server state :rd )
3550+ (click-prompts state :corp " Yes" " IPO" " Snare!" )
3551+ (is (is-hand? state :corp [" IPO" " Snare!" ])))))
3552+
35383553(deftest mercury-chrome-libertador
35393554 (do-game
35403555 (new-game {:corp {:deck [(qty " Hedge Fund" 5 )]
You can’t perform that action at this time.
0 commit comments