blackmetal
Active Member
- Nov 15, 2018
- 562
- 399
- 228
found an error
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/hub.rpy", line 293, in script
$ legendary_weapon_ready_day = [day_count] + 3
File "game/hub.rpy", line 293, in <module>
$ legendary_weapon_ready_day = [day_count] + 3
TypeError: can only concatenate list (not "int") to list
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/hub.rpy", line 293, in script
$ legendary_weapon_ready_day = [day_count] + 3
File "D:\FLASH GAMES\The_Goddess_Champion-0.1.5-pc\TGC-0.1.5-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\FLASH GAMES\The_Goddess_Champion-0.1.5-pc\TGC-0.1.5-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/hub.rpy", line 293, in <module>
$ legendary_weapon_ready_day = [day_count] + 3
File "D:\FLASH GAMES\The_Goddess_Champion-0.1.5-pc\TGC-0.1.5-pc\renpy\revertable.py", line 198, in newmethod
l = method(*args, **kwargs) # type: ignore
TypeError: can only concatenate list (not "int") to list
Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
The Goddess' Champion 0.1.5
Wed Apr 23 15:52:56 2025