You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Improve the check for if the entity with inventory is a stockpile
.getRootEntity().queryComponents(InventoryComponent2).filter((component)=>{// TODO: Improve the check for if the entity with inventory is a stockpileconstdoesNotHaveAJobRunner=component.entity.getComponent(JobRunnerComponent)==null;
The text was updated successfully, but these errors were encountered:
kingdomarchitect/ts/src/game/component/job/jobs/buildJob.ts
Line 124 in b709b7e
The text was updated successfully, but these errors were encountered: