I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 7314, in script call
python:
File "game/script.rpy", line 8110, in script
$ mc.business.player_production()
File "game/script.rpy", line 8110, in <module>
$ mc.business.player_production()
File "game/script.rpy", line 723, in player_production
production_amount = self.production_progress(mc.focus,mc.int,mc.production_skill)
File "game/script.rpy", line 658, in production_progress
serum_count = self.serum_production_array[production_line][2]//the_serum.production_cost #Calculates the number of batches we have made (previously for individual serums, now for entire batches)
ZeroDivisionError: integer division or modulo by zero
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 7314, in script call
python:
File "game/script.rpy", line 8110, in script
$ mc.business.player_production()
File "I:\Sex Games\Lab_Rats_2-v0.15.1-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "I:\Sex Games\Lab_Rats_2-v0.15.1-pc\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 8110, in <module>
$ mc.business.player_production()
File "game/script.rpy", line 723, in player_production
production_amount = self.production_progress(mc.focus,mc.int,mc.production_skill)
File "game/script.rpy", line 658, in production_progress
serum_count = self.serum_production_array[production_line][2]//the_serum.production_cost #Calculates the number of batches we have made (previously for individual serums, now for entire batches)
ZeroDivisionError: integer division or modulo by zero
Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.15.1
Tue Apr 09 01:09:40 2019