Blood tweaks & fixes (#14648)

This commit is contained in:
Kara
2023-03-16 15:27:28 -07:00
committed by GitHub
parent e0cfc42360
commit c9dfe6ee0c
2 changed files with 12 additions and 11 deletions

View File

@@ -72,7 +72,7 @@ namespace Content.Server.Body.Components
/// How much reagent of blood should be restored each update interval?
/// </summary>
[DataField("bloodRefreshAmount")]
public float BloodRefreshAmount = 0.2f;
public float BloodRefreshAmount = 0.1f;
/// <summary>
/// How much blood needs to be in the temporary solution in order to create a puddle?