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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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