steam saving is close.
This commit is contained in:
@@ -208,7 +208,7 @@
|
||||
:wizard "If this is truly your quest, then I will help you. "
|
||||
:ego "So you're my friend now, Gandarf?"
|
||||
:wizard "No.")
|
||||
(utils/save @entities :autosave "Autosave"))}]})
|
||||
(utils/save @entities "autosave" "Autosave"))}]})
|
||||
|
||||
(defn wizard-dialogue [entities]
|
||||
(if (get-in @entities [:state :has-met-gandarf?])
|
||||
@@ -621,7 +621,7 @@
|
||||
|
||||
(if (get-in @entities [:state :convinced-wizard?])
|
||||
(do (actions/talk entities :wizard "Oh, hello there, boy.")
|
||||
(utils/save @entities :autosave "Autosave"))
|
||||
(utils/save @entities "autosave" "Autosave"))
|
||||
(wizard-dialogue entities)))))
|
||||
:cursor :right}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user