]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make Nutriment Work again. (#40869)
authorPrincess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com>
Sun, 12 Oct 2025 23:41:29 +0000 (16:41 -0700)
committerGitHub <noreply@github.com>
Sun, 12 Oct 2025 23:41:29 +0000 (23:41 +0000)
Fix nutriment

Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
Content.Shared/EntityEffects/Effects/Body/SatiateEntityEffectSystem.cs

index 796084206db532d39be3a2829c6dc31ed6cb3dd5..167e7e540d51363dfb3b9f8e92400606fd475720 100644 (file)
@@ -45,7 +45,7 @@ public abstract partial class Satiate<T> : EntityEffectBase<T> where T : EntityE
     ///     Change in satiation.
     /// </summary>
     [DataField]
-    public float Factor = -1.5f;
+    public float Factor = 1.5f;
 }
 
 /// <inheritdoc cref="Satiate{T}"/>