So I'm a bit confused with the logic in a couple of the scenes. Did I miss something in the story somehwere?
- When Emily takes you to sneak into the building for therapy, after getting out there is no way to avoid kissing her. Even if you aren't on her path. Is that intended?
- When visiting Bob and Evelyn to watch the game near the end of the current content, on every path, the MC has sex with Evelyn. On her path it makes sense, but for every other path there's nothing and then boom things go from zero to 100.
Also, at the new apartment when you bring Grace home, and are on her path, you end up at this scene/choice:
Both take you to the same label for "Take Control".
Python:
menu:
"Take control.\n({color=[mmcolor]}Passion{/color} {color=[gdcolor]}+1{/color}, {color=[mmcolor]}Submission{/color} {color=[gdcolor]}+1{/color}, {color=[mmcolor]}Love{/color} {color=[gdcolor]}-1{/color})":
$ mm_love -= 1
$ mm_passion += 1
$ mm_submission += 1
jump new_home_grace_1
"Support her.\n({color=[mmcolor]}Love{/color} {color=[gdcolor]}+1{/color}, {color=[mmcolor]}Friendship{/color} {color=[gdcolor]}+1{/color})":
$ mm_love += 1
$ mm_friendship += 1
jump new_home_grace_1
The jump for "Support her" should go to label "new_home_grace_2" instead of "new_home_grace_1"