Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Legendary weapon 

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 "F:\h\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 "F:\h\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 "F:\h\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.18363 AMD64

Ren'Py 8.3.4.24120703

The Goddess' Champion 0.1.5

Fri Apr 25 02:16:58 2025

(+1)

Ah, thank you!  This was the final added scene to this version, so I made a little mistake in the code. 
It will be fixed in the next version. :D