Found an error btw. First time we can gain love point with Carol, it's an issue with the '+ love' display if I understand correctly but I don't understand the details. Tried with the mod updated. Changelog there if it helps, please save us (or just me I don't know if anyone have this issue) :
While running game code:
File "renpy/common/000statements.rpy", line 540, in execute_show_screen
args, kwargs = a.evaluate()
File "game/scripts/update1.rpy", line 2299, in <module>
KeyError: u'color=#e32636'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/update1.rpyc", line 2299, in script
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 540, in execute_show_screen
args, kwargs = a.evaluate()
File "renpy/ast.py", line 191, in evaluate
args.append(renpy.python.py_eval(v, locals=scope))
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/update1.rpy", line 2299, in <module>
KeyError: u'color=#e32636'