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

Platoon Leadership Timelocks #387

Merged
merged 3 commits into from
Aug 17, 2024

Commits on Aug 17, 2024

  1. initial

    set timelock for PltSgt & PltCo to 1 hour, remove timelocks from other squad roles
    Doubleumc committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0860c97 View commit details
    Browse the repository at this point in the history
  2. Fix Round Time Offset (#6384)

    As of byond 515.1637 time2text's behavior has changed again (see
    https://www.byond.com/forum/post/2922387 ). This fixes the timezone
    offset used for round time by ensuring time2text is parsing a positive
    number since it now treats 0 like it does negative numbers somreason.
    
    Fixes #6381
    
    <details>
    <summary>Screenshots & Videos</summary>
    
    ![image](https://github.com/cmss13-devs/cmss13/assets/76988376/5ce5aa6f-f66f-424a-8039-b327d45909a1)
    
    </details>
    
    :cl: Drathek
    fix: Fixed round time having the wrong timezone offset because of an
    engine change to time2text
    /:cl:
    Drulikar authored and Doubleumc committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    29aa236 View commit details
    Browse the repository at this point in the history
  3. remove other timelocks

    removing all other timelocks for good measure
    Doubleumc committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    9d78ef3 View commit details
    Browse the repository at this point in the history