Black-Wolf

Member
Jun 9, 2019
268
926
Is there one for Laura?
Not yet. The Laura guide will come after the Storm/Jean Grey guide. Laura and Jubilee both appear on the same day which is the day after you meet Storm and Jean. Laura is really easy, but becomes complicated with trying to juggle your time between her and Jubes.
 
Last edited:

Evil13

Engaged Member
Jun 4, 2019
3,940
17,127
Didnt she have a girlfriend she lived with?
I'm pretty sure that Laura isn't a lesbian.
Off the top of my head, the only women I know that Laura has lived with have been:
- The prostitutes from when she lived on the streets, she ended up cutting off the hand of their pimp.
- Her aunt and cousin, Deborah and Megan Kinney respectively.
- Her three clone sisters, one of whom died, another has ended up in prison or something and the third, Gabby the youngest.
 
  • Like
Reactions: Testerguy19

MrHatIsHere

Member
Jan 18, 2022
442
667
There is a hidden value that keeps track if you forced a girl into something she wasn't okay with which makes her "sad". This value decreases with passage of time but accumulates if you kept forcing her resulting a much longer period of wait time. So yes, as Oshi said. If you get the sad face you just don't force her to do things she doesn't want and wait till she gets "okay".

I didn't know you can go out on a date with her in the vanilla version. Thought thats just a feature of the modded version.
I actually found it in the code (I used UnRen to extract the files), specifically within the function "FaceChange" within the file "script Girls.rpy":

Python:
                if (self.Forced or "angry" in self.RecentActions) and Emote in ("normal", "bemused", "sexy", "sly", "smile", "startled"):
                        Emote = "angry" 
                elif self.ForcedCount > 0 and Emote in ("normal", "bemused", "sexy", "sly", "smile", "startled"):
                        Emote = "sad"
I commented it out, and the problem seems to have gone away. I thought I should mention it here, since the quirk still seems to be in the game. I get the idea, but it seems like a bug when the dialogue and other behavior doesn't match the static facial expression.
 
Last edited:
4.40 star(s) 163 Votes