Media
https://github.com/user-attachments/assets/1276c50a-b50b-45a9-a69f-17bca32c736c
---
# Changelog
:cl:
- tweak: You no longer eat food like a starving wolf or something
---
.../Nutrition/EntitySystems/DrinkSystem.cs | 5 ++++-
.../Nutrition/EntitySystems/FoodSystem.cs | 5 ++++-
Content.Shared/CCVar/CCVars.cs | 13 +++++++++++++
3 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs b/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs
index 4cc583b867c..47e7fa6802c 100644
--- a/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs
+++ b/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs
@@ -9,6 +9,7 @@
using Content.Server.Popups;
using Content.Shared.Administration.Logs;
using Content.Shared.Body.Components;
+using Content.Shared.CCVar;
using Content.Shared.Chemistry;
using Content.Shared.Chemistry.Components;
using Content.Shared.Chemistry.Components.SolutionManager;
@@ -29,6 +30,7 @@
using Content.Shared.Verbs;
using Robust.Shared.Audio;
using Robust.Shared.Audio.Systems;
+using Robust.Shared.Configuration;
using Robust.Shared.Player;
using Robust.Shared.Prototypes;
using Robust.Shared.Random;
@@ -56,6 +58,7 @@ public sealed class DrinkSystem : EntitySystem
[Dependency] private readonly SolutionContainerSystem _solutionContainer = default!;
[Dependency] private readonly StomachSystem _stomach = default!;
[Dependency] private readonly ForensicsSystem _forensics = default!;
+ [Dependency] private readonly IConfigurationManager _config = default!;
public override void Initialize()
{
@@ -399,7 +402,7 @@ private void OnDoAfter(Entity