diff --git a/Content.Server/Body/Components/BloodstreamComponent.cs b/Content.Server/Body/Components/BloodstreamComponent.cs index a7786cb8b9..0f8dc688fd 100644 --- a/Content.Server/Body/Components/BloodstreamComponent.cs +++ b/Content.Server/Body/Components/BloodstreamComponent.cs @@ -72,7 +72,7 @@ namespace Content.Server.Body.Components /// How much reagent of blood should be restored each update interval? /// [DataField("bloodRefreshAmount")] - public float BloodRefreshAmount = 0.3f; + public float BloodRefreshAmount = 1.0f; /// /// How much blood needs to be in the temporary solution in order to create a puddle?