From 36fefb99f03ab99284ebf4562dc304f6e6cb3f06 Mon Sep 17 00:00:00 2001 From: Brandon Hu <103440971+Brandon-Huu@users.noreply.github.com> Date: Thu, 4 Apr 2024 05:31:54 +0000 Subject: [PATCH] Unidentified corpses respect gender pronouns (#26715) fix: LGBT erasure /j --- Resources/Prototypes/Entities/Mobs/NPCs/human.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/human.yml b/Resources/Prototypes/Entities/Mobs/NPCs/human.yml index 50515133b0..2133694342 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/human.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/human.yml @@ -48,7 +48,7 @@ task: SimpleHumanoidHostileCompound - type: entity - name: syndicate footsoldier + name: syndicate footsoldier parent: BaseMobHuman id: MobSyndicateFootsoldier components: @@ -75,7 +75,7 @@ save: false # mobs are currently not saveable. id: SalvageHumanCorpse name: unidentified corpse - description: I think he's dead. + description: I think they're dead. components: - type: RandomHumanoidAppearance randomizeName: false -- 2.52.0