vegapnk / RJW-Genes

Rimworld Biotech Genes related to RJW
MIT License
25 stars 28 forks source link

Incompatible with RJW-Race-Support #12

Closed vegapnk closed 1 year ago

vegapnk commented 1 year ago

I got a detailed report by someone that says Race Support is currently incompatible.

Issue: Babies do not inherit the Animal-Genes. Human Genes are inheritated normal. Genes added to Xenotypes by RJW-Genes (e.g. Demon Penis for impids) are transported correctly.

This seems to be unrelated to the animal and to load order. It appears with Race Support and doesn't without it. The Father is correctly recorded.

Suspicious lines are

RaceGEneDef_Helper.cs:

    PawnData pawnData = SaveStorage.DataStore.GetPawnData(pawn);
    RaceGroupDef raceGroupDef = pawnData.RaceSupportDef;

This is the race support repo, but I can't find any C# tbh