mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +01:00
Ethereals no longer get the "he" pronoun accidentally (#63221)
Character preferences now disregards the gender value if the species you're playing as is sexless fixes #61491 (Ethereals being "He" instead of "They")
This commit is contained in:
@@ -8,4 +8,6 @@
|
||||
return list(MALE, FEMALE, PLURAL)
|
||||
|
||||
/datum/preference/choiced/gender/apply_to_human(mob/living/carbon/human/target, value)
|
||||
if(!target.dna.species.sexes)
|
||||
value = PLURAL //disregard gender preferences on this species
|
||||
target.gender = value
|
||||
|
||||
Reference in New Issue
Block a user