]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
reduced max solar power to 750 from 1500 (#15307)
authorPeptide90 <78795277+Peptide90@users.noreply.github.com>
Mon, 24 Apr 2023 19:32:01 +0000 (20:32 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 19:32:01 +0000 (15:32 -0400)
Content.Server/Solar/Components/SolarPanelComponent.cs

index 7fa582a02ab7e832dfafbea70302d13b03e0657c..9e035e2b99de45b88735d5708c845714eca85554 100644 (file)
@@ -15,7 +15,7 @@ namespace Content.Server.Solar.Components
         /// Maximum supply output by this panel (coverage = 1)
         /// </summary>
         [DataField("maxSupply")]
-        public int MaxSupply = 1500;
+        public int MaxSupply = 750;
 
         /// <summary>
         /// Current coverage of this panel (from 0 to 1).