diff --git a/Content.Shared/DeltaV/StepTrigger/Component/SoftPawsComponent.cs b/Content.Shared/DeltaV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs similarity index 64% rename from Content.Shared/DeltaV/StepTrigger/Component/SoftPawsComponent.cs rename to Content.Shared/DeltaV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs index ef2b2dee72f..ae2697b0ef0 100644 --- a/Content.Shared/DeltaV/StepTrigger/Component/SoftPawsComponent.cs +++ b/Content.Shared/DeltaV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs @@ -4,6 +4,6 @@ namespace Content.Shared.StepTrigger.Components; [RegisterComponent, NetworkedComponent] -public sealed partial class SoftPawsComponent : Component +public sealed partial class NoShoesSilentFootstepsComponent : Component { } diff --git a/Content.Shared/Movement/Systems/SharedMoverController.cs b/Content.Shared/Movement/Systems/SharedMoverController.cs index 60c3de77e67..11eb50c91af 100644 --- a/Content.Shared/Movement/Systems/SharedMoverController.cs +++ b/Content.Shared/Movement/Systems/SharedMoverController.cs @@ -447,7 +447,7 @@ private bool TryGetSound( } // If soft paws and no shoes, no sound. Delta V - if (_entities.TryGetComponent(uid, out SoftPawsComponent? _) & + if (_entities.TryGetComponent(uid, out NoShoesSilentFootstepsComponent? _) & !_inventory.TryGetSlotEntity(uid, "shoes", out var _)) { return false; diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml index 02f40c3c0da..4ac3126ef71 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml @@ -58,7 +58,7 @@ Female: FemaleFelinid Unsexed: MaleFelinid - type: Felinid - - type: SoftPaws + - type: NoShoesSilentFootsteps - type: entity save: false