Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Remembered one more. In epansionfarm.gd (line 437 I believe) one of the the function calls 'checkFetish' is 'checkfetish'. Simply correcting the case resolves the issue.

I added in and/or fixed the errors reported in v0.9.4. Thanks so much for your feedback, help, and tracking down/fixing those errors as well. It is greatly appreciated.

The only one I was iffy on was where the 2nd reported issue was. Is there an error code with it? Or was that related to the checkfetish (as that was what was checking oviposition)?

I'm sorry but I don't remember where that one came from. It appeared to be caused by the oviposition fetish variable  in the person object being NIL (error basically said it was comparing a STRING to a NIL in an IF statement) . But looking at person.gd I see you are defining that variable as "none" when it is created. So unless the code overwrites the "none" value with NIL at some point I'm not sure what the root cause might be. Is the value reset to NIL when you ask them about the fetish and they refuse to talk about it (the whole "Eww I can't talk about that")?


I also have to compliment you on how responsive you are to bugs. I'm a software developer and I'm not always this responsive to my users LOL. Anyways, great job.

I really appreciate that! It’s nice to be noticed when you put in effort!

Regarding the Nil, the only thing I can think is either the person didn’t pull correctly OR it was regarding the checkfetish instead of checkFetish