tried latest and made potion with fertility.
as soon as i give it to someone i get errors galore.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 9796, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 9914, in script call
call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
File "game/script.rpy", line 9909, in script call
$ _return.call_action(the_person)
File "game/game_roles/role_sister.rpy", line 156, in script call
call give_serum(the_person) from _call_give_serum_7
File "game/script.rpy", line 10034, in script
$ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else.
File "game/script.rpy", line 10034, in <module>
$ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else.
File "game/script.rpy", line 2445, in give_serum
the_serum_design.run_on_apply(self)
File "game/script.rpy", line 1129, in run_on_apply
trait.run_on_apply(the_person)
File "game/script.rpy", line 1264, in run_on_apply
self.on_apply(the_person, add_to_log)
File "game/serum_traits.rpy", line 189, in fertility_enhancement_on_apply
if self.title:
NameError: global name 'self' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 9796, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 9914, in script call
call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
File "game/script.rpy", line 9909, in script call
$ _return.call_action(the_person)
File "game/game_roles/role_sister.rpy", line 156, in script call
call give_serum(the_person) from _call_give_serum_7
File "game/script.rpy", line 10034, in script
$ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else.
File "V:\Darkness\Keep\Lab_Rats_2\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "V:\Darkness\Keep\Lab_Rats_2\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 10034, in <module>
$ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else.
File "game/script.rpy", line 2445, in give_serum
the_serum_design.run_on_apply(self)
File "game/script.rpy", line 1129, in run_on_apply
trait.run_on_apply(the_person)
File "game/script.rpy", line 1264, in run_on_apply
self.on_apply(the_person, add_to_log)
File "game/serum_traits.rpy", line 189, in fertility_enhancement_on_apply
if self.title:
NameError: global name 'self' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.29.0a
Fri Jun 05 08:19:38 2020
```