diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-31 20:23:06 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-31 20:23:06 +0200 |
commit | c657c77d0cf49afba627b93848e1915e2ce7d3ff (patch) | |
tree | 5d96a65df277f52558cd5ff84f2fefbf4480a926 /resources/js/memory.js | |
parent | 7f6ab8779bd143b1b5f3465e3681abcbc113d19d (diff) |
story and npcs
Diffstat (limited to 'resources/js/memory.js')
-rw-r--r-- | resources/js/memory.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/js/memory.js b/resources/js/memory.js index f8d8a82..47608da 100644 --- a/resources/js/memory.js +++ b/resources/js/memory.js @@ -251,12 +251,11 @@ const Memory = { UI.drawArea(); UI.drawStatus(); }, - - - async () => Story.progress(Memory.state.currentStory), ]; await UI.showLoading(loadActions); + + await Story.progress(Memory.state.currentStory) }, /** |