summaryrefslogtreecommitdiff
path: root/game/quest.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/quest.rpy')
-rw-r--r--game/quest.rpy2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/quest.rpy b/game/quest.rpy
index 7e3dc21..4ba1185 100644
--- a/game/quest.rpy
+++ b/game/quest.rpy
@@ -115,6 +115,7 @@ label quest_selected:
# Begin the quest
$ Battle=loadquest(qid)
+ $ sdelay(0.02)
# Check for error
if (Battle in [FAILUREMSG, OFFLINEMSG, ERR_JSONDECODER, ERR_LOGIN_DEFAULT]):
@@ -169,6 +170,7 @@ label quest_selected:
#play music MUSIC_BATTLE.id() fadein 0.5
$ renpy.free_memory()
window hide
+ $ renpy.stop_predict_screen("battle")
#$ renpy.jump_out_of_context("combat")
#$ renpy.call_in_new_context("combat")
#jump restore