forged items are persisted
This commit is contained in:
@@ -9,12 +9,14 @@
|
||||
package engine.loot;
|
||||
|
||||
import engine.mbEnums;
|
||||
import engine.objects.Item;
|
||||
import engine.objects.NPC;
|
||||
|
||||
import java.time.Duration;
|
||||
import java.time.Instant;
|
||||
import java.time.LocalDateTime;
|
||||
import java.time.ZoneId;
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import java.util.concurrent.Delayed;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
@@ -37,6 +39,7 @@ public class WorkOrder implements Delayed {
|
||||
public long completionTime;
|
||||
public boolean runCompleted = false;
|
||||
public boolean runCanceled = false;
|
||||
public ArrayList<Item> cooking = new ArrayList<>();
|
||||
|
||||
public WorkOrder() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user