Skip to content

Commit

Permalink
not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Raycoms committed Mar 12, 2024
1 parent fc3561a commit 2e0c38b
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,18 +215,6 @@ private void requestMaterialsState()
job.getWorkOrder().setAmountOfResources(newQuantity);
}
}

@Override
protected IAIState waitForRequests()
{
if (job.hasWorkOrder() && building.getNeededResources().isEmpty() && !building.hasCitizenCompletedRequests(worker.getCitizenData()) && !recalculated && (structurePlacer == null || !structurePlacer.getB().hasBluePrint() || !job.getWorkOrder().isRequested()))
{
return START_BUILDING;
}

return super.waitForRequests();
}

@Override
protected boolean checkIfNeedsItem()
{
Expand Down

0 comments on commit 2e0c38b

Please # to comment.