Project Zomboid

Project Zomboid

Vanilla Wheat Farming
MOD BROKEN: Growth stuck in infinite loop
Lua line 426 which governs "time elapsed" is looping over and over again infinitely.

Growth can't go past stage 1/7, and if any player uses "inspect" they will get hit with infinite errors until they exist and walk away from the wheat.

Should theoretically be an easy fix, just fixing the growth time check. I think it's a typo with a parenthesis in the wrong spot, but I don't know the coding well enough.

or maybe its the line that says "if <0 then return 0" so it just stays at zero the entire time and keeps the loop.