reduced max solar power to 750 from 1500 (#15307)
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user