Jump to content

[Bug] Crock Pot spoils on schedule of previously harvested food


Recommended Posts

I've been informed that the crock pot rot bug, previously fixed in RoG and DST, has returned with Shipwrecked.  I assume this is because Capy started work with the buggy version of stewer.lua before Klei fixed it.  It's a simple fix: all you need is the four lines Klei added to the Stewer:Harvest function

if self.spoiltask then     self.spoiltask:Cancel()    self.spoiltask = nilend

and the new Stewer:LongUpdate function.

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...