Don't show grilles in the power monitor (#16962)
This commit is contained in:
committed by
GitHub
parent
004c2017ff
commit
e3ec80b648
@@ -16,6 +16,10 @@ namespace Content.Server.Power.Components
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public float DrawRate { get => NetworkLoad.DesiredPower; set => NetworkLoad.DesiredPower = value; }
|
||||
|
||||
[DataField("showInMonitor")]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool ShowInMonitor { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// How much power this is currently receiving from <see cref="PowerSupplierComponent"/>s.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user