change line 140 in game/game_roles/role_affair.rpy to this.Error on a fuck date...
While running game code:
File "game/script.rpy", line 262, in script call
$ picked_option.call_action()
File "game/general_actions/location_actions/business_actions.rpy", line 148, in script call
call advance_time from _call_advance_time_5
File "game/script.rpy", line 415, in script call
$ crisis.call_action()
File "game/game_roles/role_affair.rpy", line 140, in script
$ the_person.clear_situational_slut("Date", 20, "There's no reason to hold back, he's here to fuck me!")
File "game/game_roles/role_affair.rpy", line 140, in <module>
$ the_person.clear_situational_slut("Date", 20, "There's no reason to hold back, he's here to fuck me!")
TypeError: clear_situational_slut() takes exactly 2 arguments (4 given)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 262, in script call
$ picked_option.call_action()
File "game/general_actions/location_actions/business_actions.rpy", line 148, in script call
call advance_time from _call_advance_time_5
File "game/script.rpy", line 415, in script call
$ crisis.call_action()
File "game/game_roles/role_affair.rpy", line 140, in script
$ the_person.clear_situational_slut("Date", 20, "There's no reason to hold back, he's here to fuck me!")
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/game_roles/role_affair.rpy", line 140, in <module>
$ the_person.clear_situational_slut("Date", 20, "There's no reason to hold back, he's here to fuck me!")
TypeError: clear_situational_slut() takes exactly 2 arguments (4 given)
$ the_person.clear_situational_slut("Date")