Remove overfed/overhydrated alerts (#9852)

This commit is contained in:
Rane
2022-07-18 00:41:54 -04:00
committed by GitHub
parent d45e190c0b
commit 4ded69eaa7
5 changed files with 0 additions and 23 deletions

View File

@@ -44,7 +44,6 @@ namespace Content.Server.Nutrition.Components
public static readonly Dictionary<ThirstThreshold, AlertType> ThirstThresholdAlertTypes = new()
{
{ThirstThreshold.OverHydrated, AlertType.Overhydrated},
{ThirstThreshold.Thirsty, AlertType.Thirsty},
{ThirstThreshold.Parched, AlertType.Parched},
{ThirstThreshold.Dead, AlertType.Parched},