Bug found in Elemental Dungeon
Full traceback:
File "game/overlay.rpy", line 675, in script
jump elemental_town_return
File "renpy/ast.py", line 1928, in execute
rv = renpy.game.script.lookup(target)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "renpy/script.py", line 1161, in lookup
raise LabelNotFound(original)
renpy.script.LabelNotFound: could not find label 'elemental_town_return'. Did you mean: 'chapel_town_return'?
While running game code:
File "game/overlay.rpy", line 675, in script
jump elemental_town_return
renpy.script.LabelNotFound: could not find label 'elemental_town_return'. Did you mean: 'chapel_town_return'?