comment cleanup

This commit is contained in:
2024-04-25 09:41:02 -04:00
parent dbf42bfbef
commit 2464deb3f3
+1 -1
View File
@@ -153,7 +153,7 @@ public class WorkOrder implements Delayed {
workOrder.vendor.building.setStrongboxValue(strongbox - workOrder.production_cost_total.get(mbEnums.ResourceType.GOLD));
workOrder.production_cost_total.put(mbEnums.ResourceType.GOLD, 0);
// Early exit for the forge covering gold only rolls
// Early exit for Strongbox covering gold only rolls
if (workOrder.production_cost_total.size() == 1)
return true;