reduced max solar power to 750 from 1500 (#15307)

This commit is contained in:
Peptide90
2023-04-24 20:32:01 +01:00
committed by GitHub
parent 9cd69fcd32
commit 1362929038

View 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).