Testing update:Updated to latest version but found that all sex scenes with SuLynn, with character and with random encounters, now lead to error; something about missing "college_closet.png." Used suppression wild oats to test negating random scenes and got this "AttributeError: 'Person' object has no attribute 'CoreSuppression.'" Went back to version 36.02 and her scenes work fine. Needs bug fix.
EDIT:
Went through thread and found uploaded missing files thanks to SillyRobot. However this issue still persists with all random encounters with wild oats suppression and without:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/locations/loc_college.rpy", line 75, in script call
call college_nympho_list
File "game/locations/loc_college.rpy", line 27, in script call
call college_nympho_list_loop (loop_char)
File "game/locations/loc_college.rpy", line 38, in script
if char.CoreSuppression == "Wild Oats+": # RA: Core Suppression
File "game/locations/loc_college.rpy", line 38, in <module>
if char.CoreSuppression == "Wild Oats+": # RA: Core Suppression
AttributeError: 'Person' object has no attribute 'CoreSuppression'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/locations/loc_college.rpy", line 75, in script call
call college_nympho_list
File "game/locations/loc_college.rpy", line 27, in script call
call college_nympho_list_loop (loop_char)
File "game/locations/loc_college.rpy", line 38, in script
if char.CoreSuppression == "Wild Oats+": # RA: Core Suppression
File "G:\Users\CK\Documents\savemo\Superpowered\renpy\ast.py", line 1830, in execute
if renpy.python.py_eval(condition):
File "G:\Users\CK\Documents\savemo\Superpowered\renpy\python.py", line 2035, in py_eval
return py_eval_bytecode(code, globals, locals)
File "G:\Users\CK\Documents\savemo\Superpowered\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/locations/loc_college.rpy", line 38, in <module>
if char.CoreSuppression == "Wild Oats+": # RA: Core Suppression
AttributeError: 'Person' object has no attribute 'CoreSuppression'
Windows-7-6.1.7601-SP1
Ren'Py 7.3.2.320
SP 0.37.01
Wed Dec 11 20:32:21 2019
```
All Billy + SuLynn scenes now work properly with missing files added. The error issue with SuLynn's random encounters still persist. If she has "wild oats suppression" and is diagnosed with nymphomania, the error log AttributeError: 'Person' object has no attribute 'CoreSuppression' still persists. If she has "wild oats" and is diagnosed with obsession, SuLynn + Dreads and other dude scenes are no longer active and the error goes away. If SuLynn is no longer under wild oats suppression and diagnosed with nymphomania her scenes with the two students can be encountered as well as her nympho scenes but her nympho scenes always trigger the error mentioned above crashing the game with [AttributeError: 'Person' object has no attribute 'CoreSuppression']. Seems to me that all of SuLynns nympho scenes are bugged at the moment.