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

[pull] master from cmss13-devs:master #849

Merged
merged 3 commits into from
Jan 16, 2024
Merged

Commits on Jan 16, 2024

  1. Automatic TGS DMAPI Update (#5467)

    This pull request updates the TGS DMAPI to the latest version. Please
    note any breaking or unimplemented changes before merging.
    
    Co-authored-by: tgstation-server <tgstation-server@users.noreply.github.com>
    cm13-github and tgstation-server authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    31b7c8d View commit details
    Browse the repository at this point in the history
  2. Fixes larvae sometimes spawning in space (#5455)

    # About the pull request
    
    Fixes larvae sometimes spawning in space on Fiorina. (And any other
    space-based maps)
    
    I think this is being caused by the `do_buried_larva_spawn()` proc
    looking for any `/turf/open` subtypes in range, but not performing any
    checks on them.
    
    # Explain why it's good for the game
    
    Occasionally at roundstart on Fiorina a larva will spawn outside of the
    station's walls in space, and need an admin to teleport them back
    inside. Although it *is* pretty funny when it happens, it's probably
    best to fix it.
    
    # Testing Photographs and Procedure
    <details>
    <summary>Screenshots & Videos</summary>
    
    Put screenshots and videos here with an empty line between the
    screenshots and the `<details>` tags.
    
    </details>
    
    
    # Changelog
    :cl:
    fix: Fixed larvae sometimes spawning in space on Fiorina.
    /:cl:
    SabreML authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b94072e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d0a1f0 View commit details
    Browse the repository at this point in the history