Stuttering during blood loss. (#15153)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Ilushkins33
2023-05-05 21:46:52 +08:00
committed by GitHub
parent 821d439d24
commit e808a02856
3 changed files with 31 additions and 16 deletions

View File

@@ -150,9 +150,9 @@ namespace Content.Server.Body.Components
public Solution BloodTemporarySolution = default!;
/// <summary>
/// Variable that stores the amount of drunk time added by having a low blood level.
/// Variable that stores the amount of status time added by having a low blood level.
/// </summary>
[ViewVariables(VVAccess.ReadWrite)]
public float DrunkTime;
public float StatusTime;
}
}