Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Here's a simple fix, change line 2673 of expansion.gd from:

if result == "default":

to:

if typeof(result) == TYPE_STRING && result == "default":

Fixed in v.08.1 (though the whole Farm System is pending an update soon anyways)