True, but i doubt she's viewing it as the same thing as what happened with Gillian, due to the usual "it doesn't count if it's with a girl" mindset in the game. Holly might also be reluctant to reveal it precisely to avoid bringing bad news to Ian -- as in, she knows he'd potentially be hurt by it, so she'd be hoping it's not something serious and it'll resolve itself.
On separate note
I think this might be a bug/oversight in how the branches are considered in that scene.
PilotLara if you'd like to look at it:
Python:
# lena + ian
elif ian_lena_dating and lena_go_holly > 3:
//...
jump v11hollykisseslena
This check/jump is done very early in the song writing scene, and it effectively skips over all the branches where Holly had possibly sex with Lena, either in ch.8 or just a moment ago in the showers in Ch.11. As a result, Holly who kisses Lena freaks out over affecting Lena/Ian relationship even if Holly and Lena had sex not long before, which is kind of silly. Perhaps it might work better to move the
# lena + ian
check down, so it's before
Python:
# just friends
else:
l "I can't think of a better person to share this with."
but after the
# holly lena dating
and
# holly ivy
branches?
There's also a question whether Lena who is in close relationship with Ian would be so quick to join a threesome involving Holly --which, if am not mistaken, can be achieved simply by having Ivy sleep with Holly in Ch.8 (
v8_holly_sex == "ivy"
) and then by having Ivy sleep with Lena in Ch.10 (
v10_ivy_sex > 0
)-- considering how much Lena otherwise hesitates about as much as kissing Holly. Currently Lena who's slept with Ivy in Ch.10 (
v10_ivy_sex == 3
) can only back out of the threesome in Ch.11 if she has will point to spend. And if she does participate in the threesome, then she has no reflection afterwards on how that shower sex might've affected dynamics between Lena, Ian and Holly.