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 spectate also reduce slowmo by the usual 2 seconds #136

Merged
merged 3 commits into from
Oct 10, 2018

Commits on Oct 7, 2018

  1. Add "giveslowmo" cheat command

    This command gives all players +1 second of slow motion.
    TomyLobo committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    db62ea8 View commit details
    Browse the repository at this point in the history
  2. Move slow motion deduction from Event_Killed to State_Leave_ACTIVE

    This makes sure that *any* transition away from the mortal realm causes the player to lose 2 seconds of slow motion.
    TomyLobo committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    3ea2e31 View commit details
    Browse the repository at this point in the history
  3. Move slow motion deactivation before the state transition

    The stored slowmo seconds while slow motion is active will likely be 0.
    So without this change, nothing would be deducted.
    TomyLobo committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    35a14b7 View commit details
    Browse the repository at this point in the history