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

@@ -59,7 +59,6 @@ namespace Content.Server.Nutrition.Components
public static readonly Dictionary<HungerThreshold, AlertType> HungerThresholdAlertTypes = new()
{
{ HungerThreshold.Overfed, AlertType.Overfed },
{ HungerThreshold.Peckish, AlertType.Peckish },
{ HungerThreshold.Starving, AlertType.Starving },
{ HungerThreshold.Dead, AlertType.Starving },