File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 74557455 (new-game {:corp {:hand []}
74567456 :runner {:hand [" Valentina Ferreira Carvalho" " Privileged Access" " Fermenter" ]
74577457 :id " Sebastião Souza Pessoa: Activist Organizer"
7458+ :score-area [" City Works Project" ]
74587459 :discard [" Thunder Art Gallery" " Cleaver" ]
74597460 :credits 10 }})
7460- (game.core.change-vals/change
7461- ; ; theoretically, either side is fine!
7462- state (first (shuffle [:corp :runner ])) {:key :agenda-point :delta 3 })
74637461 (take-credits state :corp )
74647462 (play-from-hand state :runner " Privileged Access" )
74657463 (run-continue state :success )
74687466 (click-prompt state :runner " Sebastião Souza Pessoa: Activist Organizer" )
74697467 (click-card state :runner " Valentina Ferreira Carvalho" )
74707468 (click-prompt state :runner " Remove 1 tag" )
7469+ (click-prompt state :runner " Thunder Art Gallery" )
74717470 (click-card state :runner " Fermenter" )
74727471 (click-prompt state :runner " Cleaver" )
74737472 (is (= 1 (count (:discard (get-runner )))))
You can’t perform that action at this time.
0 commit comments