AltosandHerdone Found a beta bug: patrol_anna_new takes you to patrol_trixie_skip instead of patrol_anna_skip
Edit: Also, one I don't know the code well enough to understand, when spying on Rachel:
File "game/monday.rpy", line 4875, in script call
call spying_game from _call_spying_game_5
File "game/vthirteen.rpy", line 2437, in script
random:
File "game/00statements_register/00random_func.rpy", line 203, in random_choice_execute
random_choice_value= eval(renpy.random.choice(random_choice_list_create(choice_list,to_not_show,one_time_label,eval(a_i_o_t),eval(true_one_time)) or [security_jump]))
File "game/00statements_register/00random_func.rpy", line 211, in random_choice_list_create
if not a_i_o_t and eval(i) in to_not_show:continue
SyntaxError: unexpected EOF while parsing (<none>, line 1)
Edit 2: and last one, on this line
if rachel_sex == False or replay = True:
Needed to be ==