The only way to do so is via editing the savefile. Below are the steps required to do so but always backup your save before editing anything in case something goes wrong.
- Open the savefile using a text editor eg. Notepad++
The path to the savefile should be as follows:
(C:\Users\****\AppData\Roaming\Godot\app_userdata\BDCC\saves\****)
- Search for your characters name (Ctrl+F)
- Once you found your characters name (should be towards the bottom of the textfile) scroll down until you find a section called "skills". Here you want to find "perks". Look for a section that looks something like this :
{
"id": "StartInfertile",
"perkData": {
}
}
(alternatively you can search for "StartInfertile" directly but this can give you multiple results depending on how far you played and what choices you made)
- Delete only this. Make sure to save your file afterwards under a different name eg. CharacterName_Edited in case something went wrong and you need to revert to your old savefile.
- Load up your edited savefile in game and you should now be no longer infertile (check your base perks in the skill menu. If it is no longer listed there you should be good)