Stritch:
Lol, code for finding partner actually has a bug
set fa1 [partner_info getfather this]
set mo1 [partner_info getfather this]
...
set fa2 [partner_info getfather $gnome]
set mo2 [partner_info getfather $gnome]
It gueries father for both parents instead of mother and father
If I understand correctly, code works in a way that the more your gnome is related to another gnome the less likely it is for your gnome to marry other one
And because of that bug, gnome's mother is not as related as should be
Stritch:
Lol, code for finding partner actually has a bug
It gueries father for both parents instead of mother and father
If I understand correctly, code works in a way that the more your gnome is related to another gnome the less likely it is for your gnome to marry other one
And because of that bug, gnome's mother is not as related as should be