Overflow calc updated

This commit is contained in:
2024-04-22 07:44:47 -04:00
parent 0e7336b8c6
commit 746a95e7d5
+1 -2
View File
@@ -367,9 +367,8 @@ public enum ForgeManager implements Runnable {
public static boolean debitWorkOrderCost(WorkOrder workOrder) {
int strongbox = workOrder.vendor.building.getStrongboxValue();
int overflow = strongbox - workOrder.production_cost_total.get(mbEnums.ResourceType.GOLD);
if (overflow > 1 || workOrder.production_cost_total.size() > 1) {
if (workOrder.production_cost_total.get(mbEnums.ResourceType.GOLD) > strongbox) {
// Deduct total cost from warehouse