[feat] bleeding alert, separated chat is default
# Conflicts: # Content.Server/Body/Components/BloodstreamComponent.cs # Content.Server/Body/Systems/BloodstreamSystem.cs # Content.Shared/Alert/AlertType.cs
This commit is contained in:
@@ -165,5 +165,14 @@ namespace Content.Server.Body.Components
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public float StatusTime;
|
||||
|
||||
//WD-EDIT
|
||||
|
||||
/// <summary>
|
||||
/// Bool for bleeding alert.
|
||||
/// </summary>
|
||||
public bool IsBleeding => BleedAmount > 0;
|
||||
|
||||
//WD-EDIT
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user