Anyone with the spying on Sara bug who doesn't want to reload an earlier save or replay the entire game (if you don't save often) can do the following.
Create a file called enableconsole.rpy in the game folder of the MilfyCity folder.
Add the following to that file
Code:
init 100 python:
config.console = True
then run the game and start the console by pressing Ctrl-O (windows) or shift-O (linux).
paste these lines inside the console:
Code:
SR2_MS2 = True
S_quest1 = "{color=#a4f1ff}Time:{/color} Next Morning \n{color=#a4f1ff}Location:{/color} Sara's Bedroom \n{color=#fbce6e}Talk with Sara{/color}"
S_quest1_ND = 1
SR1_bath_spy = 5
can_SR2_bath = False
Or just this line
Code:
SR2_MS2 = True;S_quest1 = "{color=#a4f1ff}Time:{/color} Next Morning \n{color=#a4f1ff}Location:{/color} Sara's Bedroom \n{color=#fbce6e}Talk with Sara{/color}";S_quest1_ND = 1;SR1_bath_spy = 5;can_SR2_bath = False
(remember to press enter after each line)
then esc to exit the console
This will skip this event (you'll miss an unimportant scene of her sleeping in the bathroom) and queue up her next event.