Jump to content

Duplicants refusing to fertilize single mealwood


Greybear
  • Branch: Preview Branch Version: Windows Pending

I think this has something to do with a half-finished task, as the plant only seems to require a very small amount of fertilization. The only hotfix seems to be to uproot and replant. 

20190630141026_1.thumb.jpg.5046ac4739ef84fae12c5f03ffe184e3.jpg


Steps to Reproduce
Unavoidable



User Feedback


Looks like this has already been reported, but apparently still not fixed. I will then repeat my solution proposal.

if (massNeeded <= massStored)
If (massNeeded <= (massStored + PICKUPABLETUNING.MINIMUM_PICKABLE_AMOUNT))

Replace the first with the latter. This means the game will consider the requirement fulfilled if the missing amount is a rounding error and below the minimum mass a dupe will carry. In this case it's missing 0.042 g and the chore will not be created until at least 1 g is required.

Link to previous reports of the same bug: (though I think the list is incomplete.It has been reported multiple times)

 

Edited by Nightinggale

Share this comment


Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...