Comment added

This commit is contained in:
2024-04-11 13:46:24 -04:00
parent a7a1230f1b
commit af53859ba9
+2
View File
@@ -103,6 +103,8 @@ public enum ForgeManager implements Runnable {
workOrder.production_cost = calcProductionCost(workOrder);
// Set total cost for this production run
for (mbEnums.ResourceType resourceType : workOrder.production_cost.keySet())
workOrder.production_cost.compute(resourceType, (k, resourceValue) -> resourceValue * workOrder.total_to_produce);