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