I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 314, in script call
call advance_time from _call_advance_time_15
File "game/script.rpy", line 406, in script
python:
File "game/script.rpy", line 408, in <module>
people.run_turn() #T
File "game/major_game_classes/character_related/Person.rpy", line 1538, in run_turn
serum.run_on_turn(self) #Run the serum's on_turn funcion if it has one.
File "game/major_game_classes/serum_related/SerumDesign.rpy", line 142, in run_on_turn
trait.run_on_turn(the_person, self)
File "game/major_game_classes/serum_related/SerumTrait.rpy", line 75, in run_on_turn
self.on_turn(the_person, the_serum, add_to_log)
File "game/major_game_classes/serum_related/_serum_traits.rpy", line 137, in breast_reduction_on_turn
new_tits = the_person.get_smaller_tit(the_person.tits)
File "game/major_game_classes/character_related/Person.rpy", line 620, in get_smaller_tit
return cls._list_of_tits[max(0,current_index-1)][0]
TypeError: 'int' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 314, in script call
call advance_time from _call_advance_time_15
File "game/script.rpy", line 406, in script
python:
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/script.rpy", line 408, in <module>
people.run_turn() #T
File "game/major_game_classes/character_related/Person.rpy", line 1538, in run_turn
serum.run_on_turn(self) #Run the serum's on_turn funcion if it has one.
File "game/major_game_classes/serum_related/SerumDesign.rpy", line 142, in run_on_turn
trait.run_on_turn(the_person, self)
File "game/major_game_classes/serum_related/SerumTrait.rpy", line 75, in run_on_turn
self.on_turn(the_person, the_serum, add_to_log)
File "game/major_game_classes/serum_related/_serum_traits.rpy", line 137, in breast_reduction_on_turn
new_tits = the_person.get_smaller_tit(the_person.tits)
File "game/major_game_classes/character_related/Person.rpy", line 620, in get_smaller_tit
return cls._list_of_tits[max(0,current_index-1)][0]
TypeError: 'int' object is not callable
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Lab Rats 2 - Down to Business v0.50.3
Sun Mar 20 23:28:59 2022