Game version: 5.13b
OS: Windows 10
these are not necessarily bugs but tweaks I have made
first to remove babylist babies:
for kid in person.preg.baby:
globals.state.babylist.erase(kid) # new lines added to allow for future multiple preg baby death
added mostly anywhere the "person.preg.baby = null" line appears: abortion event stage 1 and 2 in dailyevents.gd, miscarriageeffect() of items.gd, in mansion.gd when the npc endsday with low health, and outside.gd _on_service_confirmed() abortion
the items.gd func bondageeffect() is spelled wrong still should be bandageeffect()
I heavily modified the code for the birth/impregnation func's:
adding virility to be the male counterpart to fertility
making checks during impreg to prevent impreg if fert/viril numbers were not high enough based on size of balls/dick and using endday to simulate menstrual cycle and decreasing viril upon func impreg call of males, then I coded in an array to simulate genetics with a for loop and counter to check species compatibility during impreg, I then had to add into descriptions a quick reference to whether the npc/player is fertile/virile at that time which currently is under piercings
I broke out body characteristics not just race for food counting and for farming thus a halfhorse body uses same food increase as centaur, also bodyguard spec uses more food slightly as do other heavy labor specs, I have started implementing a system of genetic pref's for each char with checks during impreg for unlocking actions, I think I have functional impregnation/birth code for multiple pregnancy including possibility of twins, broke centaur into Beastkin Horse and halfhorse into taur, broke titsextra into teats/udder/titsextra
at this point I would like to email sections of the edits to you for you to decide to implement or not, I've been running through the edits I did providing detailed comments
my email is randacquaintance3@gmail.com <edited to insert end of lines>