Track items and their workorders.

This commit is contained in:
2024-04-08 04:37:27 -04:00
parent 74a7a255be
commit 652476fde8
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ public class NPC extends AbstractCharacter {
public int parentZoneUUID;
public int equipmentSetID = 0;
private int repairCost = 5;
ArrayList<WorkOrder> workOrders = new ArrayList<>();
public ArrayList<WorkOrder> workOrders = new ArrayList<>();
// New NPC constructor. Fill in the blanks and then call
// PERSIST.