Multiple item workOrder work

This commit is contained in:
2024-04-13 09:20:25 -04:00
parent 09c96c772e
commit d26214d032
+2
View File
@@ -105,6 +105,8 @@ public enum ForgeManager implements Runnable {
if (workOrder.slots_used > 0 && workOrder.msg_size == 0)
workOrder.slots_used = 1;
workOrder.total_to_produce *= workOrder.slots_used;
// Create in-memory items and add to collections
forgeItems(workOrder);