I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 9754, in script
$ picked_option.draw_person() #the_animation = sudden_bounce_animation) TODO: Experiment more with this once we are predicting images a little bit.
File "game/script.rpy", line 9754, in <module>
$ picked_option.draw_person() #the_animation = sudden_bounce_animation) TODO: Experiment more with this once we are predicting images a little bit.
File "game/Mods/Core/Mechanics/Person_Extensions/person_class_extensions.rpy", line 817, in draw_person_enhanced
final_image = Flatten(self.build_person_displayable(position, emotion, special_modifier, lighting, background_fill))
File "game/script.rpy", line 2064, in build_person_displayable
displayable_list.extend(self.outfit.generate_draw_list(self,position,emotion,special_modifier, lighting = lighting)) #Get the displayables for everything we wear. Note that extnsions do not return anything because they have nothing to show.
File "game/script.rpy", line 4639, in generate_draw_list
ordered_displayables.append(item.generate_item_displayable(body_type, tit_size, position, lighting = lighting, regions_constrained = currently_constrained_regions, nipple_wetness = nipple_wetness))
TypeError: optimized_generate_item_displayable_clothing() got an unexpected keyword argument 'nipple_wetness'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 9754, in script
$ picked_option.draw_person() #the_animation = sudden_bounce_animation) TODO: Experiment more with this once we are predicting images a little bit.
File "E:\00download\00\gm\Lab Rats 2 [v0.29.0a] [Vren]\Lab_Rats_2-v0.29.0a-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\00download\00\gm\Lab Rats 2 [v0.29.0a] [Vren]\Lab_Rats_2-v0.29.0a-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 9754, in <module>
$ picked_option.draw_person() #the_animation = sudden_bounce_animation) TODO: Experiment more with this once we are predicting images a little bit.
File "game/Mods/Core/Mechanics/Person_Extensions/person_class_extensions.rpy", line 817, in draw_person_enhanced
final_image = Flatten(self.build_person_displayable(position, emotion, special_modifier, lighting, background_fill))
File "game/script.rpy", line 2064, in build_person_displayable
displayable_list.extend(self.outfit.generate_draw_list(self,position,emotion,special_modifier, lighting = lighting)) #Get the displayables for everything we wear. Note that extnsions do not return anything because they have nothing to show.
File "game/script.rpy", line 4639, in generate_draw_list
ordered_displayables.append(item.generate_item_displayable(body_type, tit_size, position, lighting = lighting, regions_constrained = currently_constrained_regions, nipple_wetness = nipple_wetness))
TypeError: optimized_generate_item_displayable_clothing() got an unexpected keyword argument 'nipple_wetness'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.29.0a
Fri Jun 05 02:49:06 2020