Lower shuttle time + recall turning point (#9328)
This commit is contained in:
@@ -7,17 +7,14 @@ namespace Content.Server.Communications
|
||||
[RegisterComponent]
|
||||
public sealed class CommunicationsConsoleComponent : SharedCommunicationsConsoleComponent
|
||||
{
|
||||
public float UIUpdateAccumulator = 0f;
|
||||
|
||||
/// <summary>
|
||||
/// Remaining cooldown between making announcements.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public float AnnouncementCooldownRemaining;
|
||||
|
||||
/// <summary>
|
||||
/// Has the UI already been refreshed after the announcement
|
||||
/// </summary>
|
||||
public bool AlreadyRefreshed = false;
|
||||
|
||||
/// <summary>
|
||||
/// Fluent ID for the announcement title
|
||||
/// If a Fluent ID isn't found, just uses the raw string
|
||||
|
||||
Reference in New Issue
Block a user