[MIRROR] Changes how pronouns are selected on character setup (#10541)

Co-authored-by: TheToaster98 <51209769+TheToaster98@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-28 09:29:18 -07:00
committed by GitHub
parent 30c1f4c7d8
commit af1d624a99
5 changed files with 26 additions and 11 deletions

View File

@@ -538,7 +538,7 @@
// CHOMPedit begin - malignant organs
if(istype(i, /obj/item/organ/internal/malignant))
var/obj/item/organ/internal/ORG = occupant.organs_by_name[i.parent_organ]
var/obj/item/organ/external/ORG = occupant.organs_by_name[i.parent_organ]
hasMalignants += span_red(" -[ORG.name]") + "<BR>"
// CHOMPedit end