While I agree that the potential is there, the circumstances are very different, and I don't feel it has a high likelihood of having the same severity of reaction. The girl in question is in a very different place than the original situation referenced, and there is no promise beyond one of concealment made. Furthermore, the girl who may have hard feelings has stated other interests as well.
Oh no, don't be fooled, this is a Denpa game and this is the dark path of the game, so it will likely be the worst possible outcome. We have no idea how long she has felt this way, which was why the other was so severe, because the feelings had been building for years. It could actually be worse than the last time, not by much, of course, given they would need to be older for that to work, but a few more years is all it takes to make a potential problem exponentially worse.
She won't go into near suicidal depression, of course, only one character has that issue, but she could very well take it out on player Sensei and it WILL NOT be pretty if and when she does assuming she ever even realizes he's involved with the other girl and that the other girl doesn't like her, which can be taken as being due to player Sensei's influence just like the previous iteration of the scenario we may be getting ready to see unfold.
Of course, keep in mind that these are all theories at this point based on what little is known and things can and probably will change between now and when the time comes to find out.
At least it isn't Ami, the thought of that scares me given her reactions to just having other girls over to see player Sensei at all.
I personally play this game to feel things. What things? I never know when I start a play session.
One session I might laugh my ass off. Another I might cry my eyes out and be pretty damn depressed to the point that I can't sleep that night. Another I might get diabetes from how sweet it is. But that's kinda the appeal to me. The writing is good enough that I'm probably gonna feel something, and I'm (probably) gonna enjoy it.
Haven't been a whole lot of scary scenes recently though. Honestly, after the first couple HAPPY events, there really isn't that much traditional horror in the game. It's more wondering WTF is really going on and worrying for the girls. At least to me. Horror is very subjective.
Three things happened in my 0.13.0 part 2 run.
I laughed at the intense built in advertising in the one event for a certain mobile game, totally didn't expect to see that happen and it was hilarious just how much Selebus and the characters involved were getting into hard sell.
I felt an incredible level of happiness in my final event of the build, Rin's final event, because not only have I been awaiting the day that finally came, but it was the most satisfying moment in LiL history in how it was portrayed.
But then the third thing, I felt my heart break because I knew that happiness had come with an imminent and very high cost, but I swear that sacrifice will not be in vain.
Looks like a glitch? I don't know why it's even doing that. Here's the code for Chika's birthday:
Python:
text ("{color=#AF7F00}Birthday: May 9th{/color}") style "profile"
And the code for style "profile":
Python:
style profile:
size 55
#font "yugothm.ttc"
font "hellowins.ttf"
outlines [ (absolute(2), "#000", absolute(0), absolute(0)) ]
Note that the first font choice "yugothm.ttc" is commented out, so shouldn't do anything.
As far as I can tell, there isn't any reason the M should appear different from the other letters. Especially compared to the other girls' profiles, since it's the same code. Here's Makoto:
Python:
text ("{color=#3c55fa}Birthday: December 9th{/color}") style "profile"
Only thing different are the color code (which is perfectly normal and valid) and the month/day being displayed (which shouldn't change anything).
How odd, it looks just fine according to my general coding knowledge, but maybe someone with more Python oriented knowledge can spot the issue. I do not see any reason it should be doing that, either.