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

[UI] Injury/Status system using incorrect pronouns #447

Open
DustyUmbry opened this issue Jul 17, 2024 · 2 comments
Open

[UI] Injury/Status system using incorrect pronouns #447

DustyUmbry opened this issue Jul 17, 2024 · 2 comments

Comments

@DustyUmbry
Copy link

A character set to have plural pronouns has the injury system using female pronouns.

They/them pronouns should be used for the character, if I'm not mistaken

The character descriptive parts used they/them, though all injury/status descriptions used she/her instead.

Steps to reproduce

  • Generate character (character generated as female by default)
  • Swap sex to plural, ensure pronouns are also set to plural
  • Get them injured in-game!
  • Examine
@DustyUmbry DustyUmbry changed the title [UI] [UI] Injury/Status system using incorrect pronouns Jul 17, 2024
@DustyUmbry
Copy link
Author

image

@Poojawa
Copy link
Contributor

Poojawa commented Jul 31, 2024

the element in question

var/gender_hidden = (skip_gear & EXAMINE_SKIPJUMPSUIT) && (skip_body & EXAMINE_SKIPFACE)
var/gender_key = get_visible_gender(user, gender_hidden)
var/datum/gender/T = gender_datums[gender_key]

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

No branches or pull requests

2 participants