Set variable on submit

This commit is contained in:
2024-04-15 12:49:37 -04:00
parent 250afe3bba
commit 03fb180f02
+1
View File
@@ -122,6 +122,7 @@ public enum ForgeManager implements Runnable {
workOrder.production_cost_total.putAll(workOrder.production_cost);
workOrder.production_cost_total.forEach((key, value) -> workOrder.production_cost_total.compute(key, (k, v) -> v * workOrder.total_to_produce));
workOrder.total_produced = 0;
workOrder.total_to_produce *= workOrder.slots_used;
// Create in-memory items and add to collections