From: Princess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com> Date: Sun, 12 Oct 2025 23:41:29 +0000 (-0700) Subject: Make Nutriment Work again. (#40869) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a91daa60d4f22c08dd5a3744801da06544228dd4;p=space-station-14.git Make Nutriment Work again. (#40869) Fix nutriment Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> --- diff --git a/Content.Shared/EntityEffects/Effects/Body/SatiateEntityEffectSystem.cs b/Content.Shared/EntityEffects/Effects/Body/SatiateEntityEffectSystem.cs index 796084206d..167e7e540d 100644 --- a/Content.Shared/EntityEffects/Effects/Body/SatiateEntityEffectSystem.cs +++ b/Content.Shared/EntityEffects/Effects/Body/SatiateEntityEffectSystem.cs @@ -45,7 +45,7 @@ public abstract partial class Satiate : EntityEffectBase where T : EntityE /// Change in satiation. /// [DataField] - public float Factor = -1.5f; + public float Factor = 1.5f; } ///