]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
[Tweak] Increased passive blood recovery from 0.3u to 1u (#15312)
authorWhisper <121047731+QuietlyWhisper@users.noreply.github.com>
Wed, 12 Apr 2023 20:14:42 +0000 (16:14 -0400)
committerGitHub <noreply@github.com>
Wed, 12 Apr 2023 20:14:42 +0000 (14:14 -0600)
Content.Server/Body/Components/BloodstreamComponent.cs

index a7786cb8b935bcaa50171330716b4549ef9b3d1c..0f8dc688fd17ed412c82c344953288de775c98ae 100644 (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.3f;
+        public float BloodRefreshAmount = 1.0f;
 
         /// <summary>
         ///     How much blood needs to be in the temporary solution in order to create a puddle?