Hey, I'm currently stuck on Chapter 2 - Enough is Enough #1 on star 3 (Talk to Linda in her office while she is alone to learn some info). I've completed all other events in Ch2, even Enough is Enough #2. Can anyone help? Otherwise I'll jump in ch3
How the bug happened:
After you first encounter Lisa on deck the first time, you don't go to her office the next day but you catch her again naked on deck. Which basically screws up the condition e089.step == 1: because the 2nd encounter pushes the step to 3 so you never satisfy the condition.
Code:
if e089.step == 1 and not e088.cor_d and Location.is_with("d", allowed_npcs=["c2"]):
The fix for other users that hit this bug:
The fix is pretty simple google search this website saveeditonline.com load your last save.
Search in page (ctrl + F) for this
e089 > step it should probably look like
e089 > step: (3)
Click on the number inside () and change the value to 1.
After that just go down the page and click download xxxx.save
Copy it to your save folder and load the save and go to lindas office you now have the option to talk to her, after the talk another dialog opens up and quest gets marked as completed.
Adding description to find this on the forum when searching for this issue:
Enough is Enough #1 bug
Talk to Linda in her office when she is alone to learn some info.