From 7f67ff4b2636ec769902bbe8447cd868e66d4c72 Mon Sep 17 00:00:00 2001 From: Theodore Lukin <66275205+pheenty@users.noreply.github.com> Date: Tue, 25 Feb 2025 20:45:19 +0700 Subject: [PATCH] borgs don't scream (#33038) * borgs don't scream * revert that --- Content.Shared/Speech/Components/VocalComponent.cs | 2 +- .../Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Shared/Speech/Components/VocalComponent.cs b/Content.Shared/Speech/Components/VocalComponent.cs index e5d2c9997f..a520da4354 100644 --- a/Content.Shared/Speech/Components/VocalComponent.cs +++ b/Content.Shared/Speech/Components/VocalComponent.cs @@ -37,7 +37,7 @@ public sealed partial class VocalComponent : Component [DataField("screamAction", customTypeSerializer: typeof(PrototypeIdSerializer))] [AutoNetworkedField] - public string ScreamAction = "ActionScream"; + public string? ScreamAction = "ActionScream"; [DataField("screamActionEntity")] [AutoNetworkedField] diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml index 85ef048096..79f3d2d83b 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml @@ -155,6 +155,7 @@ - type: Vocal sounds: Unsexed: UnisexSilicon + screamAction: null - type: UnblockableSpeech - type: FootstepModifier footstepSoundCollection: -- 2.51.2