Skip to content

Fixes security HUDs so that they show job icons again#6351

Open
zimon9 wants to merge 2 commits into
shiptest-ss13:masterfrom
zimon9:fixes-huds-not-showing
Open

Fixes security HUDs so that they show job icons again#6351
zimon9 wants to merge 2 commits into
shiptest-ss13:masterfrom
zimon9:fixes-huds-not-showing

Conversation

@zimon9
Copy link
Copy Markdown
Contributor

@zimon9 zimon9 commented Jun 1, 2026

About The Pull Request

This PR changes the define for security huds so that they're an integer again, as job icons weren't showing up when a string entry was used for them instead

image

Why It's Good For The Game

I know the solution is kind of terrible, but I tried to dig deep into the problem and I got as far as figuring out that hud_atoms weren't being added when the list entry was a string, but they were being added when the entry was an integer. What's especially confusing is that, during debugging, I found that byond correctly loaded the right hud datum regardless of what the entry was, be it a string or an integer. It's just the fact that hud_atoms aren't being added for this datum unless its entry is given as an integer.

Changelog

🆑
fix: fixed hud job icons so that they show up again
/:cl:

@zimon9 zimon9 requested a review from a team as a code owner June 1, 2026 23:23
@github-actions github-actions Bot added the Code change Watch something violently break. label Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Code change Watch something violently break.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant