From 79187cecb9e3e0234ea9d106def7dc016c6c5bcc Mon Sep 17 00:00:00 2001 From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Sat, 3 May 2025 14:10:43 +0200 Subject: [PATCH] randomize names for mindshielded eventhumanoids (#37143) --- Resources/Prototypes/Entities/Mobs/Player/humanoid.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml b/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml index a2b516d9e5..dea065a021 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml @@ -11,7 +11,6 @@ - type: randomHumanoidSettings id: EventHumanoidMindShielded parent: EventHumanoid - randomizeName: false components: - type: MindShield - type: AntagImmune @@ -19,6 +18,7 @@ - type: randomHumanoidSettings id: EventHumanoidCentcomm parent: EventHumanoidMindShielded + randomizeName: false components: - type: AutoImplant implants: -- 2.51.2