1.0d
Win10
1.0d Win10
In var analcategories there's 'inerttaila' when it should be 'inserttaila'.
I don't think someone without testicles should be able to impregnate anyone. It does happen though, because impregnation check only checks if one of the participants is a horse or a dog. There's a quick fix to this, just adjust func impregnationcheck to look something like this:
func impregnationcheck(person1, person2): var valid = true
if person1.unique in ['dog','horse'] || person2.unique in ['dog','horse']:
valid = false
if (person1.balls == 'none') && (person2.balls == 'none'):
valid = false
return valid