Don't worry about it, there's bound to be teething problems!
Latest one being when you ask Eilana how shes doing!
    pc_talk "Not too bad, just working on some quests in the dungeon [current_quest_status] for one."
KeyError: 'current_quest_status'
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "game/questdata/scenes/Dungeon/upgrade shop.rpy", line 141, in script
    pc_talk "Not too bad, just working on some quests in the dungeon [current_quest_status] for one."
  File "C:\Users\        \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\ast.py", line 921, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\        \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "C:\Users\        \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\character.py", line 1253, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "C:\Users\        \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\character.py", line 1172, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "C:\Users\        \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\character.py", line 1152, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\        \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "C:\Users\        \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
KeyError: 'current_quest_status'#
Oh and the new Hotfix puts you back to level 5 even if you've been to 10 and killed the Boss! it also appears that the Mimic boxes no longer open the lower levels.