Skip to content

Commit

Permalink
fixed recipe in large combustion engine not resetting if it can't dra…
Browse files Browse the repository at this point in the history
…in the fluid
  • Loading branch information
Trinsdar committed Dec 5, 2024
1 parent b095d72 commit a6444b3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ protected boolean consumeGeneratorResources(boolean simulate) {
if (lubeTicker > 72) lubeTicker = 0;
}
return true;
} else if (!simulate){
resetRecipe();
}
if (!simulate && startup > 0) startup = 0;
return false;
Expand Down

0 comments on commit a6444b3

Please sign in to comment.