Hunger and thirst HUDs (#18066)
* security HUD now shows a job icon on entities with a body * thirst goggles * set starting hud gear
This commit is contained in:
8
Content.Shared/Overlays/ShowThirstIconsComponent.cs
Normal file
8
Content.Shared/Overlays/ShowThirstIconsComponent.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Content.Shared.Overlays
|
||||
{
|
||||
/// <summary>
|
||||
/// This component allows you to see the thirstiness of mobs.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ShowThirstIconsComponent : Component { }
|
||||
}
|
||||
Reference in New Issue
Block a user