From 1e1b91b91707efd7bec6f02a4a20198006fcad01 Mon Sep 17 00:00:00 2001 From: Token <56667933+TokenStyle@users.noreply.github.com> Date: Sat, 23 Nov 2024 11:46:39 +0500 Subject: [PATCH] easier to cut off limbs lower health limbs --- Content.Shared/Body/Part/BodyPartComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Body/Part/BodyPartComponent.cs b/Content.Shared/Body/Part/BodyPartComponent.cs index 8b73000ac1c..46ce34103d2 100644 --- a/Content.Shared/Body/Part/BodyPartComponent.cs +++ b/Content.Shared/Body/Part/BodyPartComponent.cs @@ -120,7 +120,7 @@ public sealed partial class BodyPartComponent : Component, ISurgeryToolComponent /// to make possible severing it. /// [DataField, AutoNetworkedField] - public float SeverIntegrity = 90; + public float SeverIntegrity = 80; // Corvax-Next-Surgery flavor damage /// /// On what TargetIntegrity we should re-enable the part.