committed by
GitHub
parent
ea60a81fdf
commit
103bc19508
@@ -67,7 +67,7 @@ namespace Content.Server.Solar.Components
|
||||
{
|
||||
if (Owner.TryGetComponent<PowerSupplierComponent>(out var supplier))
|
||||
{
|
||||
supplier.SupplyRate = (int) (_maxSupply * _coverage);
|
||||
supplier.MaxSupply = (int) (_maxSupply * _coverage);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user