We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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))
The text was updated successfully, but these errors were encountered:
Allow resuming a game with a chug in progress
19686e7
See #51
No branches or pull requests
Can be fixed by running the following in the console:
The text was updated successfully, but these errors were encountered: