Hi, I'm having a bit of an issue, I keep getting an error when I load a save. It's been a while since I updated, the last save says 17.6. The error is as follows.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/stats/stat-definitions.rpy", line 134, in script
$ player_COR = player.COR+tempCOR
File "game/stats/stat-definitions.rpy", line 134, in <module>
$ player_COR = player.COR+tempCOR
NameError: name 'tempCOR' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script/a3_manor_myroom.rpyc", line 43, in script call
File "script/global.rpyc", line 237, in script call
File "game/stats/stat-definitions.rpy", line 134, in script
$ player_COR = player.COR+tempCOR
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1052, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/stats/stat-definitions.rpy", line 134, in <module>
$ player_COR = player.COR+tempCOR
NameError: name 'tempCOR' is not defined
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.2.22081402
Corrupted Kingdoms 0.18.2
Sat Apr 8 21:50:36 2023
```
I'm not sure whether I've done something wrong when updating, I did download the update into a new folder as the update suggests. Any idea what's happening?