diff --git a/Content.Server/GameObjects/Components/Power/PowerGeneratorComponent.cs b/Content.Server/GameObjects/Components/Power/PowerGeneratorComponent.cs index c2ac6203a6..e9285e7541 100644 --- a/Content.Server/GameObjects/Components/Power/PowerGeneratorComponent.cs +++ b/Content.Server/GameObjects/Components/Power/PowerGeneratorComponent.cs @@ -16,7 +16,7 @@ namespace Content.Server.GameObjects.Components.Power /// Power supply from this entity /// private float _supply = 1000; //arbitrary initial magic number to start - [ViewVariables] + [ViewVariables(VVAccess.ReadWrite)] public float Supply { get => _supply;