File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 673
673
:waiting-prompt " Corp to make a decision"
674
674
:prompt " Choose a card to derez"
675
675
:choices {:card #(rezzed? %)}
676
- :cancel-effect {:msg " decline to derez a card" }
676
+ :cancel-effect (effect (system-msg :runner " declines to use Élivágar Bifurcation to derez a card" )
677
+ (effect-completed eid))
677
678
:effect (effect (derez target))}})
678
679
679
680
(defcard " Eden Fragment"
Original file line number Diff line number Diff line change 1160
1160
(click-card state :corp (refresh iwall))
1161
1161
(is (not (rezzed? (refresh iwall))) " ice wall was derezzed" ))))
1162
1162
1163
+ (deftest elivagar-bifurcation-declined
1164
+ ; ; Élivágar Bifurcation score effect is optional
1165
+ (do-game
1166
+ (new-game {:corp {:hand [" Élivágar Bifurcation" ]}})
1167
+ (play-and-score state " Élivágar Bifurcation" )
1168
+ (click-prompt state :corp " Done" )
1169
+ (is (no-prompt? state :corp ))))
1170
+
1163
1171
(deftest eden-fragment
1164
1172
; ; Test that Eden Fragment ignores the install cost of the first ice
1165
1173
(do-game
You can’t perform that action at this time.
0 commit comments