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:
PrPleGoo
2023-07-18 08:01:22 +02:00
committed by GitHub
parent 9268789618
commit 67e4b626c1
26 changed files with 1027 additions and 95 deletions

View 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 { }
}