Single runs are set to complete. Multiple item runs are dumped to inventory.

This commit is contained in:
2024-04-16 15:03:59 -04:00
parent a86d90ef41
commit d42bc3520d
3 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ public class WorkOrder implements Delayed {
public int slots_used;
public int total_to_produce;
public int total_produced;
public int multiple_slot_request;
public boolean multiple_slot_request;
public HashMap<mbEnums.ResourceType, Integer> production_cost = new HashMap<>();
public HashMap<mbEnums.ResourceType, Integer> production_cost_total = new HashMap<>();
public int templateID;