Make lights dim under low power (#19317)

* Make lights dim under low power

* Slightly more dramatic curve
This commit is contained in:
Kevin Zheng
2023-08-22 18:29:10 -07:00
committed by GitHub
parent a88e747a0b
commit f8bdfd6d26
4 changed files with 35 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ namespace Content.Server.Power.Components
}
public bool? PoweredLastUpdate;
public float LastPowerReceived;
[ViewVariables]
public PowerState.Load NetworkLoad { get; } = new PowerState.Load