bug fix i am assuming as there is no new content and not even sure what bugS got fixed since the ntr bleed though is still there
Yep I'd like to understand which bugs were fixed too, because all the bugs I've found in the "6.0 final" version are still there.
RM_story == 1 --> Hannan and Kellan are a couple
RM_story == 2 --> You are interested in Hannan
This is pretty much consistent in the game script, with the exception of line 10173
if RM_story == 1 and line 10220
if RM_story == 2 of "Levents.rpy" where the meaning of this variable "RM_story" is swapped.
From line 10173 onwards it's the conversation that Mc and Kellan have after the dancing scene with the girls and before the drinking game.
I leave here the script Levents.rpy with this fix.
I have changed the line 10173 in
"if RM_story == 2"
and line 10220 in
"if RM_story == 1"
It made much more sense to me.
The drinking game is just a mess...
lots of missing renders with Katie due to incorrect checks on variables (eg. fake orgasm scene),
It's the same for Hannan for the sugar daddy pretend scene
sigh.