I've been trying to post this for a while, but apparently itch is having server issues:
When Eve asks if you if you treat Vivian good and you reply No:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/eve_scenes.rpy", line 93, in script
$ Eve -= 1
File "game/eve_scenes.rpy", line 93, in <module>
$ Eve -= 1
TypeError: unsupported operand type(s) for -=: 'LoveInterest' and 'int'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/eve_scenes.rpy", line 93, in script
$ Eve -= 1
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/eve_scenes.rpy", line 93, in <module>
$ Eve -= 1
TypeError: unsupported operand type(s) for -=: 'LoveInterest' and 'int'
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Reclusive Bay 0.17.2
Sun Aug 15 22:26:29 2021
```