started multiple saves.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
[advent.screens.items :as items]
|
||||
[advent.tween :as tween]
|
||||
[advent.utils :as utils]
|
||||
[advent.saves :as saves]
|
||||
[clojure.zip :as zip]
|
||||
[clojure.set :as set]
|
||||
[clojure.string :as str]
|
||||
@@ -240,7 +241,7 @@
|
||||
:fairy-godfather "Choose the broom or shovel, and cast it into the pit of fate."
|
||||
:ego "But..."
|
||||
:fairy-godfather "No buts.")
|
||||
(utils/snapshot-state @entities "Our tale's beginning")
|
||||
(utils/snapshot-state @entities :beginning)
|
||||
(actions/update-state entities #(assoc % :seen-intro? true)))
|
||||
|
||||
(defn swing [entities]
|
||||
|
||||
Reference in New Issue
Block a user