Skip to content

Commit

Permalink
easier to cut off limbs lower health limbs
Browse files Browse the repository at this point in the history
  • Loading branch information
TokenStyle committed Nov 23, 2024
1 parent 367cfae commit 1e1b91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Body/Part/BodyPartComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public sealed partial class BodyPartComponent : Component, ISurgeryToolComponent
/// to make possible severing it.
/// </summary>
[DataField, AutoNetworkedField]
public float SeverIntegrity = 90;
public float SeverIntegrity = 80; // Corvax-Next-Surgery flavor damage

/// <summary>
/// On what TargetIntegrity we should re-enable the part.
Expand Down

0 comments on commit 1e1b91b

Please sign in to comment.