Children report: Cannot find name 'haveSameBehavioralQuirk'.

I tried to sort this out myself.

sameSexualQuirk() uses haveSameBehavioralQuirk(). However, haveSameBehavioralQuirk() is a const in a for loop, so it's out of scope. Something TS picked up, but not quite sure how to fix it. Maybe it's as simple as a typo, and it needs the similar named sameBehavioralQuirk()?

@DCoded I think you're the most up to date on what was happening here, any ideas?