diff --git a/Content.Server/Construction/ConstructionSystem.Machine.cs b/Content.Server/Construction/ConstructionSystem.Machine.cs index 17b61c6d1e..5cb0be6927 100644 --- a/Content.Server/Construction/ConstructionSystem.Machine.cs +++ b/Content.Server/Construction/ConstructionSystem.Machine.cs @@ -76,8 +76,8 @@ public sealed partial class ConstructionSystem var output = new Dictionary(); foreach (var type in _prototypeManager.EnumeratePrototypes()) { - var amount = 0; - var sumRating = 0; + var amount = 0f; + var sumRating = 0f; foreach (var part in parts.Where(part => part.PartType == type.ID)) { amount++;