Skip to main content

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

i noticed unique traits (such as study and small eater) dont get inherited anymore. is there a way to revert that change?

go back before the impregnation and make sure to check the % chance of give away trait from parent to child, also in my  memory of the base game child don't get all trait like adult do.

dont forget that you can use constant to try it fast

i had constant on. i had it at 100% to make sure.

but i think i figured it out in origins.gd i found this and removed it

#ralph

elif tag == 'unique':

for i in traits:

if traits[i]['tags'].has('unique') == true && traits[i]['tags'].has('expansiontrait') != true:

###---Expansion End---###

rval.append(traits[i])

#/ralph

so i think it was ralph who changed it

good to know will write it down to remember =)

after there the unique trait tweak in constant maybe it could help too