diff options
Diffstat (limited to 'dialogues/relic_get.gd')
| -rw-r--r-- | dialogues/relic_get.gd | 2 |
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 |
