Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, I believe I encountered a bug while unlocking the Garden Plot. It occurred as the date for Garden Plot unlocking arrived. Here's a Mega Link to the savefile and log.txt. If I may, I think that changing `game/scripts/Garden/Gardenplot.rpy:L88` from `if not plot['crop'].get('perennial') or remove_perennial:` to `if remove_perennial or not plot['crop'].get('perennial'):` will perhaps fix this.

Could you describe the error in more detail or share a screenshot?

Sure! Unfortunately there isn't much to screenshot as it's simply the error screen. This is a new save I started with version 0.18.1. When I load the savefile and press "Go to sleep" at nighttime the error triggers as soon as the day transitions. After I unpacked `garden.rpa` and edited the script as I mentioned above the error went away.