File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2139
2139
{:msg (msg " reveal itself from " (zone->name (:previous-zone card)))
2140
2140
:async true
2141
2141
:effect (req (wait-for
2142
- (reveal state side target )
2143
- (continue-ability state side (score-abi 2 ) card nil )))}}}]}))
2142
+ (reveal state side card )
2143
+ (continue-ability state side (score-abi 2 ) ( get- card state card) nil )))}}}]}))
2144
2144
2145
2145
(defcard " Successful Field Test"
2146
2146
(letfn [(sft [n max-ops]
Original file line number Diff line number Diff line change 4366
4366
(click-card state :corp (get-content state :remote3 0 )))
4367
4367
" Corp gained 2 credits (+1 from Hyobu because the agenda was revealed) and put 1 advancement counter on a card" )))
4368
4368
4369
+ (deftest stoke-the-embers-reveal-check
4370
+ (do-game
4371
+ (new-game {:corp {:id " Hyoubu Institute: Absolute Clarity"
4372
+ :hand [" Stoke the Embers" " NGO Front" " Restore" ]
4373
+ :discard [" Stoke the Embers" ]}})
4374
+ (play-from-hand state :corp " NGO Front" " New remote" )
4375
+ (play-from-hand state :corp " Restore" )
4376
+ (click-card state :corp (find-card " Stoke the Embers" (:discard (get-corp ))))
4377
+ (click-prompt state :corp " New remote" )
4378
+ (is (changed? [(:credit (get-corp )) 2 ]
4379
+ (click-prompt state :corp " Yes" )))
4380
+ (click-card state :corp " NGO Front" )
4381
+ (is (= [" Stoke the Embers" ] (map :title (:last-revealed @state))))))
4382
+
4369
4383
(deftest successful-field-test
4370
4384
; ; Successful Field Test
4371
4385
(do-game
You can’t perform that action at this time.
0 commit comments