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] Make lobby manifest use trim instead of rank to determine command status #2168

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

Steals-The-PRs
Copy link
Collaborator

Mirrored on Nova: NovaSector/NovaSector#1173
Original PR: tgstation/tgstation#81636

About The Pull Request

The lobby manifest shows a symbol next to command roles, one for heads and for captains respectively, but this stops working when the job title is changed even though they do still have a head/captain ID.
This is because it compares the registered job title to a set list, rather than the registered ID trim which is normally unchanging.
Making it use the trim instead solves this issue.

Why It's Good For The Game

Sometimes people have custom head titles, whether by admin intervention or just having fun, and then it's just confusing.
This fixes that.
It's also just kinda annoying to see the one custom head not having the head symbol.

Changelog

Already had this here

…mmand status (#1173)

* Make lobby manifest use trim instead of rank to determine command status

* Update manifest.dm

* Update CrewManifest.jsx

* No longer an edit

---------

Co-authored-by: _0Steven <[email protected]>
Co-authored-by: Bloop <[email protected]>
@Iajret Iajret merged commit 947038c into master Feb 29, 2024
24 checks passed
@Iajret Iajret deleted the upstream-mirror-1173 branch February 29, 2024 18:28
Iajret pushed a commit that referenced this pull request Apr 24, 2024
* Accessing Datasystem Manager from MC controller panel (#82848)

* Accessing Datasystem Manager from MC controller panel

---------

Co-authored-by: EvilDragonfiend <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants