used a save, but updated game
Trollden Tristim
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 8003, in script call
$ picked_option.call_action()
File "game/script.rpy", line 8651, in script call
call advance_time from _call_advance_time
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 155, in script call
$ act.call_action()
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 264, in script call
$ the_crisis.call_action()
File "game/Mods/Role/slave_role.rpy", line 344, in script call
call fuck_person(the_person, start_position = cowgirl, start_object = bedroom.get_object_with_name("bed"), skip_intro = True, girl_in_charge = True) from _slave_alarm_clock_label_2
File "game/script.rpy", line 8241, in script call
call sex_description(the_person, position_choice, object_choice, start_round, private = private, girl_in_charge = girl_in_charge, position_locked = position_locked) from _call_sex_description
File "game/script.rpy", line 8443, in script call
call sex_description(the_person, position_choice, the_object, round+1, private = private, girl_in_charge = girl_in_charge, position_locked = position_locked) from _call_sex_description_2
File "game/script.rpy", line 8298, in script call
$ the_position.call_scene(the_person, mc.location, the_object, round) #HERE IS WHERE THE SCENE SCRIPT IS CALLED
File "game/cowgirl.rpy", line 64, in script
$ the_clothing = the_girl.outfit.get_visible_upper[0]
File "game/cowgirl.rpy", line 64, in <module>
$ the_clothing = the_girl.outfit.get_visible_upper[0]
AttributeError: 'Outfit' object has no attribute 'get_visible_upper'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 8003, in script call
$ picked_option.call_action()
File "game/script.rpy", line 8651, in script call
call advance_time from _call_advance_time
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 155, in script call
$ act.call_action()
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 264, in script call
$ the_crisis.call_action()
File "game/Mods/Role/slave_role.rpy", line 344, in script call
call fuck_person(the_person, start_position = cowgirl, start_object = bedroom.get_object_with_name("bed"), skip_intro = True, girl_in_charge = True) from _slave_alarm_clock_label_2
File "game/script.rpy", line 8241, in script call
call sex_description(the_person, position_choice, object_choice, start_round, private = private, girl_in_charge = girl_in_charge, position_locked = position_locked) from _call_sex_description
File "game/script.rpy", line 8443, in script call
call sex_description(the_person, position_choice, the_object, round+1, private = private, girl_in_charge = girl_in_charge, position_locked = position_locked) from _call_sex_description_2
File "game/script.rpy", line 8298, in script call
$ the_position.call_scene(the_person, mc.location, the_object, round) #HERE IS WHERE THE SCENE SCRIPT IS CALLED
File "game/cowgirl.rpy", line 64, in script
$ the_clothing = the_girl.outfit.get_visible_upper[0]
File "/games/renpy/renpy-7.3.2-sdk/renpy/ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/games/renpy/renpy-7.3.2-sdk/renpy/python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "game/cowgirl.rpy", line 64, in <module>
$ the_clothing = the_girl.outfit.get_visible_upper[0]
AttributeError: 'Outfit' object has no attribute 'get_visible_upper'
```
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 8003, in script call
$ picked_option.call_action()
File "game/script.rpy", line 8804, in script call
call advance_time from _call_advance_time_7
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 155, in script call
$ act.call_action()
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 226, in script
python:
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 228, in <module>
person.run_turn()
File "game/script.rpy", line 1650, in run_turn
serum.run_on_remove(self)
File "game/script.rpy", line 1038, in run_on_remove
trait.run_on_remove(the_person)
File "game/script.rpy", line 1173, in run_on_remove
self.on_remove(the_person, add_to_log)
File "game/serum_traits.rpy", line 91, in blood_brain_pen_on_remove
the_person.remove_suggest_effect(50)
File "game/script.rpy", line 2023, in remove_suggest_effect
self.suggest_bag.remove(amount)
ValueError: list.remove(x): x not in list
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 8003, in script call
$ picked_option.call_action()
File "game/script.rpy", line 8804, in script call
call advance_time from _call_advance_time_7
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 155, in script call
$ act.call_action()
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 226, in script
python:
File "/games/renpy/renpy-7.3.2-sdk/renpy/ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/games/renpy/renpy-7.3.2-sdk/renpy/python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 228, in <module>
person.run_turn()
File "game/script.rpy", line 1650, in run_turn
serum.run_on_remove(self)
File "game/script.rpy", line 1038, in run_on_remove
trait.run_on_remove(the_person)
File "game/script.rpy", line 1173, in run_on_remove
self.on_remove(the_person, add_to_log)
File "game/serum_traits.rpy", line 91, in blood_brain_pen_on_remove
the_person.remove_suggest_effect(50)
File "game/script.rpy", line 2023, in remove_suggest_effect
self.suggest_bag.remove(amount)
File "/games/renpy/renpy-7.3.2-sdk/renpy/python.py", line 729, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 8003, in script call
$ picked_option.call_action()
File "game/script.rpy", line 8804, in script call
call advance_time from _call_advance_time_7
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 155, in script call
$ act.call_action()
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 188, in script call
$ the_crisis.call_action()
File "game/Mods/Crisis/coffee_break.rpy", line 38, in script call
call coffee_break_chit_chat_label(person_one, person_two, person_three) from _call_coffee_break_chit_chat_label_1
File "game/Mods/Crisis/coffee_break.rpy", line 112, in script
$ SB_draw_two_person_scene(person_one = person_two, person_two = person_three, one_pos_x = 0.7, one_position = "stand3", two_position = "stand4")
File "game/Mods/Crisis/coffee_break.rpy", line 112, in <module>
$ SB_draw_two_person_scene(person_one = person_two, person_two = person_three, one_pos_x = 0.7, one_position = "stand3", two_position = "stand4")
File "game/Mods/Starbuck/SB_threesome_draw.rpy", line 50, in SB_draw_two_person_scene
final_image = im.Composite(*composite_list) # Create a composite image using all of the displayables
Exception: Expected an image, but got a general displayable.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 8003, in script call
$ picked_option.call_action()
File "game/script.rpy", line 8804, in script call
call advance_time from _call_advance_time_7
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 155, in script call
$ act.call_action()
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 188, in script call
$ the_crisis.call_action()
File "game/Mods/Crisis/coffee_break.rpy", line 38, in script call
call coffee_break_chit_chat_label(person_one, person_two, person_three) from _call_coffee_break_chit_chat_label_1
File "game/Mods/Crisis/coffee_break.rpy", line 112, in script
$ SB_draw_two_person_scene(person_one = person_two, person_two = person_three, one_pos_x = 0.7, one_position = "stand3", two_position = "stand4")
File "/games/renpy/renpy-7.3.2-sdk/renpy/ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/games/renpy/renpy-7.3.2-sdk/renpy/python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Mods/Crisis/coffee_break.rpy", line 112, in <module>
$ SB_draw_two_person_scene(person_one = person_two, person_two = person_three, one_pos_x = 0.7, one_position = "stand3", two_position = "stand4")
File "game/Mods/Starbuck/SB_threesome_draw.rpy", line 50, in SB_draw_two_person_scene
final_image = im.Composite(*composite_list) # Create a composite image using all of the displayables
File "/games/renpy/renpy-7.3.2-sdk/renpy/display/im.py", line 745, in __init__
self.images = [ image(i) for i in args[1::2] ]
File "/games/renpy/renpy-7.3.2-sdk/renpy/display/im.py", line 1756, in image
raise Exception("Expected an image, but got a general displayable.")
Exception: Expected an image, but got a general displayable.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 8003, in script call
$ picked_option.call_action()
File "game/script.rpy", line 8804, in script call
call advance_time from _call_advance_time_7
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 155, in script call
$ act.call_action()
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 188, in script call
$ the_crisis.call_action()
File "game/Mods/Crisis/coffee_break.rpy", line 38, in script call
call coffee_break_chit_chat_label(person_one, person_two, person_three) from _call_coffee_break_chit_chat_label_1
File "game/Mods/Crisis/coffee_break.rpy", line 114, in script call
call SB_threesome_description(person_two, person_three, SB_threesome_sixty_nine, make_floor(), 0, private = True, girl_in_charge = False) from _call_SB_threesome_description
File "game/Mods/Starbuck/SB_threesome_draw.rpy", line 699, in script call
call SB_threesome_description(the_person_one, the_person_two, the_position, the_object, round+1, private = private, girl_in_charge = girl_in_charge, current_girl = current_girl) from _call_SB_threesome_description_3
File "game/Mods/Starbuck/SB_threesome_draw.rpy", line 702, in script call
call SB_threesome_description(the_person_one, the_person_two, position_choice, the_object, round+1, private = private, girl_in_charge = girl_in_charge, current_girl = current_girl) from _call_SB_threesome_description_2
File "game/Mods/Starbuck/SB_threesome_draw.rpy", line 598, in script call
$ the_position.call_orgasm(the_person_one, the_person_two,mc.location, the_object, round, current_girl)
File "game/Mods/Starbuck/SB_threesome_sixty_nine.rpy", line 259, in script
$ SB_threesome_sixty_nine.redraw_scene(the_girl_1, the_girl_2)
File "game/Mods/Starbuck/SB_threesome_sixty_nine.rpy", line 259, in <module>
$ SB_threesome_sixty_nine.redraw_scene(the_girl_1, the_girl_2)
File "game/Mods/Starbuck/SB_threesome_draw.rpy", line 528, in redraw_scene
SB_draw_two_person_scene(person_one = the_person_one, person_two = the_person_two, one_position = self.position_one_tag, two_position = self.position_two_tag, one_pos_x = self.p1_x, one_pos_y = self.p1_y, one_scale = self.p1_zoom, two_pos_x = self.p2_x, two_pos_y = self.p2_y, two_scale = self.p2_zoom,)
File "game/Mods/Starbuck/SB_threesome_draw.rpy", line 50, in SB_draw_two_person_scene
final_image = im.Composite(*composite_list) # Create a composite image using all of the displayables
Exception: Expected an image, but got a general displayable.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 8003, in script call
$ picked_option.call_action()
File "game/script.rpy", line 8804, in script call
call advance_time from _call_advance_time_7
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 155, in script call
$ act.call_action()
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 188, in script call
$ the_crisis.call_action()
File "game/Mods/Crisis/coffee_break.rpy", line 38, in script call
call coffee_break_chit_chat_label(person_one, person_two, person_three) from _call_coffee_break_chit_chat_label_1
File "game/Mods/Crisis/coffee_break.rpy", line 114, in script call
call SB_threesome_description(person_two, person_three, SB_threesome_sixty_nine, make_floor(), 0, private = True, girl_in_charge = False) from _call_SB_threesome_description
File "game/Mods/Starbuck/SB_threesome_draw.rpy", line 699, in script call
call SB_threesome_description(the_person_one, the_person_two, the_position, the_object, round+1, private = private, girl_in_charge = girl_in_charge, current_girl = current_girl) from _call_SB_threesome_description_3
File "game/Mods/Starbuck/SB_threesome_draw.rpy", line 702, in script call
call SB_threesome_description(the_person_one, the_person_two, position_choice, the_object, round+1, private = private, girl_in_charge = girl_in_charge, current_girl = current_girl) from _call_SB_threesome_description_2
File "game/Mods/Starbuck/SB_threesome_draw.rpy", line 598, in script call
$ the_position.call_orgasm(the_person_one, the_person_two,mc.location, the_object, round, current_girl)
File "game/Mods/Starbuck/SB_threesome_sixty_nine.rpy", line 259, in script
$ SB_threesome_sixty_nine.redraw_scene(the_girl_1, the_girl_2)
File "/games/renpy/renpy-7.3.2-sdk/renpy/ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/games/renpy/renpy-7.3.2-sdk/renpy/python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Mods/Starbuck/SB_threesome_sixty_nine.rpy", line 259, in <module>
$ SB_threesome_sixty_nine.redraw_scene(the_girl_1, the_girl_2)
File "game/Mods/Starbuck/SB_threesome_draw.rpy", line 528, in redraw_scene
SB_draw_two_person_scene(person_one = the_person_one, person_two = the_person_two, one_position = self.position_one_tag, two_position = self.position_two_tag, one_pos_x = self.p1_x, one_pos_y = self.p1_y, one_scale = self.p1_zoom, two_pos_x = self.p2_x, two_pos_y = self.p2_y, two_scale = self.p2_zoom,)
File "game/Mods/Starbuck/SB_threesome_draw.rpy", line 50, in SB_draw_two_person_scene
final_image = im.Composite(*composite_list) # Create a composite image using all of the displayables
File "/games/renpy/renpy-7.3.2-sdk/renpy/display/im.py", line 745, in __init__
self.images = [ image(i) for i in args[1::2] ]
File "/games/renpy/renpy-7.3.2-sdk/renpy/display/im.py", line 1756, in image
raise Exception("Expected an image, but got a general displayable.")
Exception: Expected an image, but got a general displayable.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 8003, in script call
$ picked_option.call_action()
File "game/script.rpy", line 8665, in script call
call advance_time from _call_advance_time_2
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 155, in script call
$ act.call_action()
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 226, in script
python:
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 228, in <module>
person.run_turn()
File "game/script.rpy", line 1650, in run_turn
serum.run_on_remove(self)
File "game/script.rpy", line 1038, in run_on_remove
trait.run_on_remove(the_person)
File "game/script.rpy", line 1173, in run_on_remove
self.on_remove(the_person, add_to_log)
File "game/serum_traits.rpy", line 91, in blood_brain_pen_on_remove
the_person.remove_suggest_effect(50)
File "game/script.rpy", line 2023, in remove_suggest_effect
self.suggest_bag.remove(amount)
ValueError: list.remove(x): x not in list