Skip to content

Commit

Permalink
fix(blast furnace): small tweak by Enjoy
Browse files Browse the repository at this point in the history
<@905466859460108330>
  • Loading branch information
Torwent committed Jul 21, 2024
1 parent e6797b8 commit a881cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasp_blast_furnace.simba
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ function TBlastFurnace.WaitXP(): Boolean;
begin
Self.PotFull := False;
Result := XPBar.WaitXP(8000);
if Result then
if Result or not Inventory.ContainsItem(Self.Ore) then
begin
Self.DispenserFull := True;
Self.PotFull := True;
Expand Down

0 comments on commit a881cca

Please sign in to comment.