|
|
@ -127,7 +127,7 @@ public enum ForgeManager implements Runnable { |
|
|
|
|
|
|
|
|
|
|
|
// Deduct gold cost from building
|
|
|
|
// Deduct gold cost from building
|
|
|
|
|
|
|
|
|
|
|
|
if (debitWorkOrderCost(workOrder) == false) |
|
|
|
if (!debitWorkOrderCost(workOrder)) |
|
|
|
return 58; //58: The formula is beyond the means of this facility
|
|
|
|
return 58; //58: The formula is beyond the means of this facility
|
|
|
|
|
|
|
|
|
|
|
|
// Create in-memory items and add to collections
|
|
|
|
// Create in-memory items and add to collections
|
|
|
|