Skip to content

Commit

Permalink
Update apiary.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Davee47 authored Aug 29, 2022
1 parent 46daf03 commit 1869103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bees/apiary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ function beeTick(dt)
end
else
noQueenTimer = noQueenTimeAllowed
if storage.mites > 0 and queen then
if storage.mites > 0.99 and queen then
world.containerTakeAt(entity.id(), queenSlot-1)
queen = nil
end
Expand Down

0 comments on commit 1869103

Please sign in to comment.