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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIRROR] Fixed the ipintel subsystem not initializing #2274

Merged
merged 2 commits into from
May 6, 2024

Conversation

NovaBot13
Copy link
Collaborator

Original PR: tgstation/tgstation#82936

About The Pull Request

Subsystem had the SS_INIT_NO_NEED inside of its subsystem flags. This is not a flag and has a value of 3, which includes the SS_NO_INIT and SS_NO_FIRE flags, which stopped it from initializing.
The subsystem has things it needs to do in init, so I've replaced this flag with SS_OK_TO_FAIL_INIT so that it can pass unit tests, but still be okay to fail.

Why It's Good For The Game

Fixes the ipintel subsystem not working.

Changelog

馃啈
fix: Fixed the ipintel subsystem not working.
/:cl:

@NovaBot13 NovaBot13 added the Fix Rewrites a bug so it appears in different circumstances label May 1, 2024
@SomeRandomOwl SomeRandomOwl added the Missing Prerequisite We're missing something, chief. label May 1, 2024
@vinylspiders vinylspiders removed the Missing Prerequisite We're missing something, chief. label May 6, 2024
@vinylspiders vinylspiders enabled auto-merge (squash) May 6, 2024 18:50
@vinylspiders vinylspiders merged commit 1c8ab92 into master May 6, 2024
21 checks passed
@vinylspiders vinylspiders deleted the upstream-merge-82936 branch May 6, 2024 19:10
NovaBot13 added a commit that referenced this pull request May 6, 2024
github-actions bot added a commit that referenced this pull request May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Rewrites a bug so it appears in different circumstances
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants