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

Make ESC key stop trying to sleep #37716

Merged

Commits on Feb 5, 2020

  1. Make ESC key stop trying to sleep

    In most other popup prompts in the game, pressing ESC cancels whatever
    was being attempted, and generally prevents any further actions or time
    passing.
    
    Before this commit, the "You have trouble sleeping, keep trying?" prompt
    would treat ESC as synonymous with "c", or "Continue trying to fall
    asleep." In other words, ESC did not cancel or escape the menu, as a
    player would expect from the behavior of other ingame menus.
    
    After this commit, pressing ESC in the "You have trouble sleeping"
    prompt is the same as "S", "Stop trying to fall asleep and get up."
    This is the quickest shortcut to cancel the sleeping action, and stop
    time from continuing to pass.
    wapcaplet committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    c20c671 View commit details
    Browse the repository at this point in the history