[MIRROR] Convert gender and pronoun from bay to TG (#12456)

Co-authored-by: Aura Dusklight <46622484+NovaDusklight@users.noreply.github.com>
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-02-25 00:36:45 +01:00
committed by GitHub
co-authored by Aura Dusklight ShadowLarkens Kashargul
parent ecc631eefd
commit eca967a3d8
13 changed files with 107 additions and 37 deletions
@@ -67,7 +67,8 @@
for(var/datum/category_group/underwear/WRC in GLOB.global_underwear.categories)
for(var/datum/category_item/underwear/WRI in WRC.items)
if(WRI.is_default(pref.identifying_gender ? pref.identifying_gender : MALE))
var/id_gender = pref.read_preference(/datum/preference/choiced/gender/identifying)
if(WRI.is_default(id_gender ? id_gender : MALE))
pref.all_underwear[WRC.name] = WRI.name
break