summaryrefslogtreecommitdiffstats
path: root/dialogues/relic_get.gd
diff options
context:
space:
mode:
Diffstat (limited to 'dialogues/relic_get.gd')
-rw-r--r--dialogues/relic_get.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/dialogues/relic_get.gd b/dialogues/relic_get.gd
index 1b770dd..a086c36 100644
--- a/dialogues/relic_get.gd
+++ b/dialogues/relic_get.gd
@@ -17,7 +17,7 @@ func _ready():
await top.play_cine_bars()
await say(r, "You found a mysterious relic!")
- top.clear_cine_bars()
+ await top.clear_cine_bars()
r.queue_free()
get_tree().paused = false