Telecom server panel check (#14523)
This commit is contained in:
@@ -5,18 +5,6 @@ namespace Content.Server.Wires;
|
||||
[RegisterComponent]
|
||||
public sealed class WiresComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Is the panel open for this entity's wires?
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public bool IsPanelOpen { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Should this entity's wires panel be visible at all?
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public bool IsPanelVisible { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// The name of this entity's internal board.
|
||||
/// </summary>
|
||||
@@ -62,13 +50,6 @@ public sealed class WiresComponent : Component
|
||||
[DataField("alwaysRandomize")]
|
||||
public bool AlwaysRandomize { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Marks if maintenance panel being open/closed by someone with a screwdriver.
|
||||
/// Prevents do after spam.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool IsScrewing;
|
||||
|
||||
/// <summary>
|
||||
/// Per wire status, keyed by an object.
|
||||
/// </summary>
|
||||
@@ -85,10 +66,4 @@ public sealed class WiresComponent : Component
|
||||
|
||||
[DataField("pulseSound")]
|
||||
public SoundSpecifier PulseSound = new SoundPathSpecifier("/Audio/Effects/multitool_pulse.ogg");
|
||||
|
||||
[DataField("screwdriverOpenSound")]
|
||||
public SoundSpecifier ScrewdriverOpenSound = new SoundPathSpecifier("/Audio/Machines/screwdriveropen.ogg");
|
||||
|
||||
[DataField("screwdriverCloseSound")]
|
||||
public SoundSpecifier ScrewdriverCloseSound = new SoundPathSpecifier("/Audio/Machines/screwdriverclose.ogg");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user