Project Zomboid

Project Zomboid

Superb Survivors!
Vogelmensch 26 Oct, 2024 @ 12:47am
few bugs with farming
Hi I noticed few bugs and I'm trying to fix them, wonder how should I commit?
1. survivor will dig furrow on concrete. I added one line for type checking and it works
2. survivor will spawn tons of empty bottles, this is due to the spawning water logic, I'm trying to implement something like find water source and fill bottle instead of spawning it.
3. harvested plants by NPC will be added to player inventory directly. Seems like lua code is properly in place so seems like the issue is with the vanilla code, might need to find a work around.

with everything said it seems farming is just incredibly broken right now wonder if I might be of any help.