Comment updates

This commit is contained in:
2023-09-13 12:56:37 -04:00
parent 8aca1a1810
commit 8c2adb760c
+3
View File
@@ -35,6 +35,9 @@ public enum ForgeManager implements Runnable {
// Create workOrder items; one for each slot
// assigned to this workOrder.
// if Prefix and suffix are null random roll item
// otherwise roll what was asked for
workOrder.itemCount = workOrder.itemCount - 1;
}