This game is really unstable. Keep getting random errors just wandering about, like this when trying to build the garden:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/main/house/my_house.rpy", line 30, in <module>
AttributeError: 'RevertableDict' object has no attribute 'knowsAbout'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "main/house/my_house.rpyc", line 16, in script
File "C:\Git\RenPySDK\renpy\ast.py", line 914, in execute
File "C:\Git\RenPySDK\renpy\python.py", line 2028, in py_exec_bytecode
File "game/main/house/my_house.rpy", line 30, in <module>
AttributeError: 'RevertableDict' object has no attribute 'knowsAbout'
```
Or this when trying to fuck Brin in the kitchen with the strap-on (I did have Felicia as well):
```
I'm sorry, but an uncaught exception occurred.
While running game code:
SyntaxError: unexpected EOF while parsing (my_house_kitchen_sex.rpy, line 83)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "main/house/my_house_kitchen_sex.rpyc", line 79, in script
File "C:\Git\RenPySDK\renpy\ast.py", line 1832, in execute
File "C:\Git\RenPySDK\renpy\python.py", line 2057, in py_eval
File "C:\Git\RenPySDK\renpy\python.py", line 692, in py_compile
SyntaxError: unexpected EOF while parsing (my_house_kitchen_sex.rpy, line 83)
```
When drinking Thorny Vine Tea:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/main/house/my_house.rpy", line 44, in <module>
File "renpy/common/00action_other.rpy", line 537, in __call__
File "game/main/openworld/alchemy.rpy", line 137, in usePotion
KeyError: u'alchemyThornyVineGrowth'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "main/house/my_house.rpyc", line 16, in script
File "C:\Git\RenPySDK\renpy\ast.py", line 914, in execute
File "C:\Git\RenPySDK\renpy\python.py", line 2028, in py_exec_bytecode
File "game/main/house/my_house.rpy", line 44, in <module>
File "C:\Git\RenPySDK\renpy\exports.py", line 1226, in display_menu
File "C:\Git\RenPySDK\renpy\ui.py", line 297, in interact
File "renpy/display/core.py", line 2702, in interact
File "renpy/display/core.py", line 3518, in interact_core
File "renpy/display/layout.py", line 998, in event
File "renpy/display/layout.py", line 998, in event
File "renpy/display/layout.py", line 998, in event
File "renpy/display/screen.py", line 714, in event
File "renpy/display/layout.py", line 998, in event
File "renpy/display/layout.py", line 244, in event
File "renpy/display/layout.py", line 998, in event
File "renpy/display/layout.py", line 998, in event
File "renpy/display/layout.py", line 998, in event
File "renpy/display/layout.py", line 998, in event
File "renpy/display/behavior.py", line 962, in event
File "renpy/display/behavior.py", line 897, in handle_click
File "renpy/display/behavior.py", line 313, in run
File "renpy/display/behavior.py", line 320, in run
File "renpy/common/00action_other.rpy", line 537, in __call__
File "game/main/openworld/alchemy.rpy", line 137, in usePotion
KeyError: u'alchemyThornyVineGrowth'
```