Jump to content

[General] - Transplanted berry bushes regrow time increase


azukun

Recommended Posts

Bug Submission:

Category: General

Issue Title: Transplanted berry bushes regrow time increase

Issue Description: Just a small bug in the code of \data\scripts\prefabs\berrybush.lua line 83:

local num_cycles_passed = math.min(inst.components.pickable.max_cycles - inst.components.pickable.cycles_left, 0)

math.min should be math.max, otherwise num_cycles_passed will always be 0, thus no regrowth increase.

Steps to Reproduce: None needed.

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