Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey Aric, struggling a bit to trouble shoot this bug in my file. When I go to end day, the game processes to the next day but the daily report does not generate. Console gives two errors:

SCRIPT ERROR: dailyFarm: Invalid get index 'hp' (on base: 'Reference (person.gd)').
          At: user://mods/AricsExpansion/scripts/aricsexpansion/expansionfarm.gd:1134

SCRIPT ERROR: _on_end_pressed: Invalid operands 'String' and 'Nil' in operator '+'.
          At: res://files/scripts/Mansion.gd:1282

This does not occur with fresh saves. What portion of a save do these errors refer to?

That "hp" line should be "health". That was modding from another game bleeding in. It'll be fixed in v0.9.5, but if you open up expansionfarm.gd and search for that hp line, just change it to health and it'll resolve the "prod" action for now