Yes, yes, my point exactly, that's why I specified "before this update".I agree that having Mike included only based on sex but not flirt variable is a bit odd. But at the same time, that was only an early discussion, and it seems that in this update the game is rectifying it, and does take into account whether Lena continued the early flirt in her interactions with Mike in this chapter:
This variable doesn't hinge on having sex before, just flirting is enough to enable the interaction which activates this flag. As you can see from the snippet, the same is applied to Jeremy (as well as Anthony) who can also become a candidate now.Python:i_p "How's everything on your end? Are you having a good time over there?" //... if ian_lena_mmf and ian_cuck < 2: l_p "It's been... interesting, that's about all I dare to say! {image=emoji_ups.webp}" if v14_anthony_massage or v14_mike_flirt or v14_jeremy_flirt: //... if ian_lena_mmf == 2: l_p "Hey, that thing we talked about... the threesome. Still think it's hot?" //... else: l_p "Hey, that thing we talked about... the threesome. You still up for going through with it?" //... else: i_p "Why are you asking? Do you have a new candidate?" l_p "Could be... {image=emoji_shy.webp}" if v14_jeremy_flirt: l_p "How about Jeremy?" //... if v14_mike_flirt: if ian_lena_mmf_guy != "jeremy": $ ian_lena_mmf_guy = "mike" l_p "Do you remember Mike?" //... if v14_anthony_massage: if ian_lena_mmf_guy != "mike" and ian_lena_mmf_guy != "jeremy": $ ian_lena_mmf_guy = "anthony" if v14_jeremy_flirt or v14_mike_flirt: l_p "I've also met this guy, Anthony... I've got a feeling we could try something with him." else: l_p "I've met this guy, Anthony... I've got a feeling we could try something with him." //...
I did insist that this update rectified the matter in a suprisingly agreeable direction.
Hey, for once we agree 100% on a topic ! I'll drink to that tonight.