to show pregnant tag in detail screen change line 185 in roles.rpy from
pregnant_role = Role("Pregnant", [], hidden = True) to
pregnant_role = Role("Pregnant", [], hidden = False)
be warned changing this, will show pregnant tag before any in game dialog of pregnancy
i know this is an old post but i hope and pray ither you OR someone else out there that knows their shit
i wanna have pregnancy displayed on chars info or stats or what ever and with what you have here
i assume thats what this is for?
pregnant_role = Role("Pregnant", [], hidden = True) to
pregnant_role = Role("Pregnant", [], hidden = False)
if so can you please explain in detail exactly what must be done so that it will indeed finally show?
thanks so much in advance greatly appreciate it brother
UPDATED
```
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/game_roles/_role_definitions.rpy", line 1: expected statement.
pregnant_role = Role("Pregnant", [], hidden = True)
^
Ren'Py Version: Ren'Py 7.4.8.1895
Thu Sep 9 01:53:28 2021
```
that happened from trying to set False btw