This is the first bug described in
bugs [0.4.16].
That's because the state machine in the function "BriHausRinaMenu" does not allow free-form flows and also was only written assuming Brint is Brienne.
- "Appearance" disables itself upon viewing and returns you to the menu. Presumably if you were ever to make it to another button, "Appearance" would be clickable again.
- Only if Brint is Brienne do you see the next button "Tomboy?" which sets the RINA_TOMBOY flag
- Only if RINA_TOMBOY is set do you see the next button "Sports" which sets the RINA_SPORTS flag
- Only if RINA_SPORTS is set do you see the next button "Brint/Brienne" which sets the RINA_BRI flag (which again, can only be "Brienne" due to the gating on the "Tomboy?" button)
- Only if RINA_BRI is set do you see the next button "CASSIA" which sets the RINA_CASSIA flag
- Only if RINA_CASSIA is set do you see the next button "Return" which gets you back to the previous menu.
Suggest renaming this thread as
[0.4.16] Fix "BriHausRinaMenu" to work even if Brint is male.