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

[MIRROR] Removing a job now removes its positions #2936

Merged
merged 2 commits into from
Mar 21, 2024

Conversation

NaakaKo
Copy link
Collaborator

@NaakaKo NaakaKo commented Mar 16, 2024

Original PR: https://api.github.com/repos/tgstation/tgstation/pulls/82015

About The Pull Request

I made the error of using the JOB_NEW_PLAYER_JOINABLE flag to prevent people from joining as AI, unaware that it only prevents latejoining as said job (despite total_positions also a var and JOB_HIDE_WHEN_EMPTY being a flag that you can change, making this whole flag pointless).

Why It's Good For The Game

Closes tgstation/tgstation#82014

Changelog

🆑
fix: Human AI now closes regular AI job positions.
/:cl:

JohnFulpWillard and others added 2 commits March 16, 2024 09:18
## About The Pull Request

I made the error of using the ``JOB_NEW_PLAYER_JOINABLE`` flag to
prevent people from joining as AI, unaware that it only prevents
latejoining as said job (despite ``total_positions`` also a var and
``JOB_HIDE_WHEN_EMPTY`` being a flag that you can change, making this
whole flag pointless).

## Why It's Good For The Game

Closes tgstation/tgstation#82014

## Changelog

:cl:
fix: Human AI now closes regular AI job positions.
/:cl:
@NaakaKo NaakaKo added the Upstream PR Merged Used by the mirror bot. label Mar 16, 2024
@CliffracerX CliffracerX merged commit 8f01b21 into master Mar 21, 2024
2 checks passed
github-actions bot added a commit that referenced this pull request Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Upstream PR Merged Used by the mirror bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

the Human AI station trait spawns both a human ai and real ai
3 participants