diff --git a/Content.Server/White/Other/CritSystem/CritComponent.cs b/Content.Server/White/Other/CritSystem/CritComponent.cs index e3881a1eb2..9ed6a35339 100644 --- a/Content.Server/White/Other/CritSystem/CritComponent.cs +++ b/Content.Server/White/Other/CritSystem/CritComponent.cs @@ -1,7 +1,7 @@ namespace Content.Server.White.Other.CritSystem; [RegisterComponent] -public sealed class CritComponent : Component +public sealed partial class CritComponent : Component { [DataField("critChance", required: true)] [ViewVariables(VVAccess.ReadWrite)]