The first bug that i found is the "Next" picture that in the Valerian root go away and don't show it again.
The second,
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/valerian.rpy", line 1236, in script
if _surrender == "true":
File "game/valerian.rpy", line 1407, in <module>
elif surrender == "false":
NameError: name 'surrender' is not defined.
The only error I saw is that the "_" was not put in "elif surrender", when I entered the file "valerian.vpy" and I put the "_" everything was solved. ^^