Remove overfed/overhydrated alerts (#9852)
This commit is contained in:
@@ -28,10 +28,6 @@ namespace Content.Tests.Shared.Alert
|
||||
id: LowPressure
|
||||
category: Pressure
|
||||
|
||||
- type: alert
|
||||
id: Overfed
|
||||
category: Hunger
|
||||
|
||||
- type: alert
|
||||
id: HighPressure
|
||||
category: Pressure
|
||||
@@ -79,7 +75,6 @@ namespace Content.Tests.Shared.Alert
|
||||
expectedOrder.Add(AlertType.Handcuffed);
|
||||
expectedOrder.Add(AlertType.HighPressure);
|
||||
// stuff with only category + same category ordered by enum value
|
||||
expectedOrder.Add(AlertType.Overfed);
|
||||
expectedOrder.Add(AlertType.Peckish);
|
||||
expectedOrder.Add(AlertType.Hot);
|
||||
expectedOrder.Add(AlertType.Stun);
|
||||
|
||||
Reference in New Issue
Block a user