Jump to content

Giant crop rotted not recycle self in 7 days, it is bug?


Recommended Posts

I could not, I harvested rot. Imagine 3 rows of giant crops, 1 for pumpkin, 1 for potato and 1 for corn, all rotted 8 plants each row. I waited for 7-8 days for it to re-sprout but nothing happened.

Link to comment
Share on other sites

if inst.is_oversized then
	-- oversized plants will not self-sow after rotting
	inst.components.growable:StopGrowing()
else
	-- normal sized plants will self-sow after rotting, but the new plant will never be achieve oversized veggies
	inst.no_oversized = true
	inst._grow_from_rotten = true -- this is not saved so be careful if you want to use it
end

Yep. It's noted right there in the code.

Link to comment
Share on other sites

45 minutes ago, SinancoTheBest said:

Giant rotten crops don't replant themselves, you have to harvest each and kill the two fruitflies spawned by them. Thus it's one of the worst experiences ever to have a full garden full of giant crops that have rotten.

I just burn the field in that case

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...