Skip to content

Commit

Permalink
Update HealthAnalyzerScannedUserMessage.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fansana authored Dec 15, 2024
1 parent 2b76cc1 commit 72e7a87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public sealed class HealthAnalyzerScannedUserMessage : BoundUserInterfaceMessage
public bool? Bleeding;
public bool? Unrevivable;

public HealthAnalyzerScannedUserMessage(NetEntity? targetEntity, float mass, float temperature, float bloodLevel, bool? scanMode, bool? bleeding)
public HealthAnalyzerScannedUserMessage(NetEntity? targetEntity, float mass, float temperature, float bloodLevel, bool? scanMode, bool? bleeding, bool? unrevivable)
{
TargetEntity = targetEntity;
Mass = mass; // Floof: Health scanners show body mass
Expand Down

0 comments on commit 72e7a87

Please sign in to comment.