It should be solved in the 0.5 version.
That bug is resolved in the 0.5 version.
However, I found another right at the end, it jumps to a non existent label:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 474, in script
jump burial
ScriptError: could not find label 'burial'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 474, in script
jump burial
File "renpy/ast.py", line 1711, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 910, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'burial'.
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Empire of the Sand 0.5
Sun May 16 12:03:29 2021
```
Can't wait to get back to Arrakis and interact with the Fremen. Keep up the good work!
Yep I forgot about that, it's an optional ending (or rather it will be, I didn't write it yet).
There's gonna be a fix in the next version, but I don't want to upload another one without additional content.
There's nothing after that jump it's just the end so don't worry, you didn't miss anything.
Thank you for playing !