From 618d23367bd50ee759cab3949b81812ea8fe6470 Mon Sep 17 00:00:00 2001 From: SkaldetSkaeg Date: Wed, 12 Jun 2024 14:54:33 +0700 Subject: [PATCH] comment fix --- Content.Shared/SS220/Muzzle/MuzzleComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/SS220/Muzzle/MuzzleComponent.cs b/Content.Shared/SS220/Muzzle/MuzzleComponent.cs index 29fa576dba2f4c..372530dd61e7f2 100644 --- a/Content.Shared/SS220/Muzzle/MuzzleComponent.cs +++ b/Content.Shared/SS220/Muzzle/MuzzleComponent.cs @@ -7,7 +7,7 @@ namespace Content.Shared.SS220.Muzzle; [RegisterComponent, NetworkedComponent] [Access(typeof(SharedMuzzleSystem))] /// -/// Added to entities when they have to block entityes vocal emotions +/// Added to clothing entities that should block the wearer's vocals emotions /// public sealed partial class MuzzleComponent : Component {