Skip to content

Commit

Permalink
Mostra vida no crew Monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmosgc committed Jan 18, 2025
1 parent 39f4e52 commit 3f4f4d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Content.Client/Medical/CrewMonitoring/CrewMonitoringWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,16 @@ private void PopulateDepartmentList(IEnumerable<SuitSensorStatus> departmentSens

statusContainer.AddChild(statusIcon);

// Health Value
var healthLabel = new Label()
{
Text = sensor.TotalDamage.ToString(),
HorizontalExpand = true,
ClipText = true,
};

statusContainer.AddChild(healthLabel);

// User name
var nameLabel = new Label()
{
Expand Down

0 comments on commit 3f4f4d4

Please sign in to comment.