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

Handle pitch invasion #18

Open
IBBoard opened this issue Dec 19, 2021 · 0 comments
Open

Handle pitch invasion #18

IBBoard opened this issue Dec 19, 2021 · 0 comments
Labels
enhancement New feature or request game issues Bugs and limitations in BB that we need to work around

Comments

@IBBoard
Copy link
Owner

IBBoard commented Dec 19, 2021

Replay_2020-09-06_10-13-12.db has a pitch invasion in turn 8. Each player rolls a dice with modifiers to see whether they're knocked unconscious, but the game doesn't record this. We then end up with a blitz that we think is missing a dodge because we don't know that the player is down.

We might be able to do something with reading ahead to see when we expect dodges that don't appear (which indicates that the player isn't where we think they are) but that's going to be messy and patchy at best (players who a downed but then avoided by the opposition and never moved will never be flagged as down)

@IBBoard IBBoard added enhancement New feature or request game issues Bugs and limitations in BB that we need to work around labels Dec 19, 2021
IBBoard added a commit that referenced this issue Dec 19, 2021
This prevents us continuing and getting obscure issues that are caused
by inconsistent state
IBBoard added a commit that referenced this issue Dec 19, 2021
This prevents us continuing and getting obscure issues that are caused
by inconsistent state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request game issues Bugs and limitations in BB that we need to work around
Projects
None yet
Development

No branches or pull requests

1 participant