Skip to content

Commit

Permalink
Healing is 10 times slower
Browse files Browse the repository at this point in the history
  • Loading branch information
Roudenn committed Dec 2, 2024
1 parent 51bd8ca commit 709ec68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/Body/Part/BodyPartComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public sealed partial class BodyPartComponent : Component, ISurgeryToolComponent
/// Shitmed Change: How long it takes to run another self heal tick on the body part.
/// </summary>
[DataField]
public float HealingTime = 30;
public float HealingTime = 10;

/// <summary>
/// Shitmed Change: How long it has been since the last self heal tick on the body part.
Expand All @@ -89,7 +89,7 @@ public sealed partial class BodyPartComponent : Component, ISurgeryToolComponent
/// Shitmed Change: How much health to heal on the body part per tick.
/// </summary>
[DataField]
public float SelfHealingAmount = 5;
public float SelfHealingAmount = 0.15f;

/// <summary>
/// Shitmed Change: The name of the container for this body part. Used in insertion surgeries.
Expand Down

0 comments on commit 709ec68

Please sign in to comment.