Buff cuff times again (#9279)

This commit is contained in:
metalgearsloth
2022-06-29 19:41:28 +10:00
committed by GitHub
parent 2a59e1b7fd
commit b32846b253
2 changed files with 2 additions and 7 deletions

View File

@@ -22,14 +22,14 @@ namespace Content.Server.Cuffs.Components
/// </summary>
[ViewVariables]
[DataField("cuffTime")]
public float CuffTime { get; set; } = 5f;
public float CuffTime { get; set; } = 3.5f;
/// <summary>
/// The time it takes to remove a <see cref="CuffedComponent"/> from an entity.
/// </summary>
[ViewVariables]
[DataField("uncuffTime")]
public float UncuffTime { get; set; } = 5f;
public float UncuffTime { get; set; } = 3.5f;
/// <summary>
/// The time it takes for a cuffed entity to remove <see cref="CuffedComponent"/> from itself.