reduced max solar power to 750 from 1500 (#15307)
This commit is contained in:
parent
9cd69fcd32
commit
1362929038
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue