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

Game breaks if reloading while a chug is in progress #51

Open
tyilo opened this issue Dec 17, 2021 · 0 comments
Open

Game breaks if reloading while a chug is in progress #51

tyilo opened this issue Dec 17, 2021 · 0 comments

Comments

@tyilo
Copy link
Member

tyilo commented Dec 17, 2021

Can be fixed by running the following in the console:

var game = JSON.parse(localStorage.getItem('academy:game'))
var lastCard = game.cards[game.cards.length - 1];
lastCard.chug_end_start_delta_ms = lastCard.chug_start_start_delta_ms + 10000;
localStorage.setItem('academy:game', JSON.stringify(game))
tyilo added a commit that referenced this issue Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant