Fix Sloth's power crime (#6443)

This commit is contained in:
metalgearsloth
2022-02-03 07:10:31 +11:00
committed by GitHub
parent 80727f7fa4
commit aaea5dd2d8
2 changed files with 9 additions and 19 deletions

View File

@@ -15,6 +15,8 @@ namespace Content.Server.Power.Components
[RegisterComponent]
public sealed class PowerNetworkBatteryComponent : Component
{
[ViewVariables] public float LastSupply = 0f;
[DataField("maxChargeRate")]
[ViewVariables(VVAccess.ReadWrite)]
public float MaxChargeRate