Tsygan_m249
Newbie
- Sep 12, 2022
- 43
- 99
- 77
You're right, it seems to me that the developers just haven't added some animations for him yet, and most likely in future updates they will add and maybe the name that he has now will also change.The reason it disappears is likely due to not having animation call it properly. The (Sister Totem) GoblinPillory character is under race Goblin, so it properly grabs the GoblinPillory to act as the male. It is white because the initialization value for the GoblinTotem has none.
Funnily enough, this is basically the exact opposite issue as the Elf one. Because it checks for the Father's ID.
If you want to fix it, you can just
If you want to fix this, you can just alter the mix_sister_goblin.mix file to
Edit: Obviously this can't fix the Sister Totem's already existent, but it should prevent future pregnancies.C:[ { "ParentFigure": ["Sister", "Goblin"], "CharacterId": "Goblin", "Chance": 80, }, ]
I'll just wait for the update) this bug is not critical.