Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silhouette, Account Siphon & Psychic Field - incorrectly ordered #155

Closed
sodwyer opened this issue Apr 11, 2015 · 1 comment · Fixed by #1585
Closed

Silhouette, Account Siphon & Psychic Field - incorrectly ordered #155

sodwyer opened this issue Apr 11, 2015 · 1 comment · Fixed by #1585
Labels
card Card implementation-specific game interface cljs gameboard

Comments

@sodwyer
Copy link
Contributor

sodwyer commented Apr 11, 2015

The scenario:
Silhouette plays Account Siphon against the Corp who has 5 creds and an unrezzed Psychic Field.
The run is successful and the following happens:

  • sil ability triggers, runner is asked to choose a target for the expose
  • runner chooses the unrezzed Psy Field
  • runner is asked to choose Run Ability or Access for the acc siphon, runner chooses run ability and corpo now has 0 creds
  • psy field psi game is triggered, easy win for runner because corp has 0 creds.

Expected behaviour:
The expose triggers at 4.4 and so the psi game should also trigger 4.4 while the corp still has 5 creds.
The acc siphon choice should occur afterwards, at 4.5

@JoelCFC25
Copy link
Collaborator

This can be made to work correctly by changing Silhouette's ability to be manually triggered just like Laramy Fisk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
card Card implementation-specific game interface cljs gameboard
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants