- Aug 9, 2017
- 976
- 2,500
I just started playing it. I noticed some bugs (apart from the broken English). One example below.
This condition is useless because there can never be confidence > 2, as it was reset just before. That dialogue can never happen.
If I look for that reset I see it happens also in various following choices, I haven't checked if then they make some conditions impossible as well. Or if it's the developer that wants to keep confidence very low as a trill. But this on line 2362 is totally a bug.
I see it's abandoned but you'll never know. Also, if you play it, set
Python:
# line 2306
if confidence >=3:
$ confidence = 2
# ... then after a few lines without any other choice, line 2362
"Stop being a bitch about this.":
if confidence <= 2:
e "I really shouldn't say this to her right now."
jump bitch_slap
If I look for that reset I see it happens also in various following choices, I haven't checked if then they make some conditions impossible as well. Or if it's the developer that wants to keep confidence very low as a trill. But this on line 2362 is totally a bug.
I see it's abandoned but you'll never know. Also, if you play it, set
confidence = 3
after the line "We've both been teased all evening." to make that choice available.