Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Her breasts are too large. The structure of the conditions changed between versions and his changes were lost. 
Line 1827 of outside.gd is

{reqs = [['race','eq','Taurus'],['sex','neq','male'],['lactation','eq',true],['titssize','eq',5],['titsextradeveloped','eq',true],['titsextra','gte',3]]},

but should be

{reqs = [['race','eq','Taurus'],['sex','neq','male'],['lactation','eq',true],['titssize','gte',5],['titsextradeveloped','eq',true],['titsextra','gte',3]]},

Basically changing the tit size check from equals ('eq') to greater than or equal ('gte').

Yeah, I experimented a bit and found out they were too big ( well developed ) basically replaced Giant.

(+1)

Perfect! Thank you both for the find and fix, it'll be in the next update.