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

. #2558

Merged
merged 73 commits into from
Jul 25, 2024
Merged

. #2558

merged 73 commits into from
Jul 25, 2024

Conversation

dwasint
Copy link
Collaborator

@dwasint dwasint commented Jul 6, 2024

About The Pull Request

Why It's Good For The Game

Changelog

🆑
/:cl:

@@ -112,7 +112,7 @@ Medical HUD! Basic mode needs suit sensors on.

for(var/thing in diseases)
var/datum/disease/D = thing
if(!(D.visibility_flags & HIDDEN_SCANNER))
if(!(D.visibility_flags & HIDDEN_SCANNER) || !(D.disease_flags & DISEASE_DORMANT))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if(!(D.visibility_flags & HIDDEN_SCANNER) || !(D.disease_flags & DISEASE_DORMANT))
if(!(D.visibility_flags & HIDDEN_SCANNER) && !(D.disease_flags & DISEASE_DORMANT))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants