Emergency light goodies (#9352)
Co-authored-by: Jacob Tong <10494922+ShadowCommander@users.noreply.github.com>
This commit is contained in:
@@ -12,6 +12,12 @@ namespace Content.Server.Light.Components
|
||||
[ViewVariables]
|
||||
public EmergencyLightState State;
|
||||
|
||||
/// <summary>
|
||||
/// Is this emergency light forced on for some reason and cannot be disabled through normal means
|
||||
/// (i.e. delta alert level?)
|
||||
/// </summary>
|
||||
public bool ForciblyEnabled = false;
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("wattage")]
|
||||
public float Wattage = 5;
|
||||
|
||||
Reference in New Issue
Block a user