more perf enhancements, getting ready for multi save slots.
This commit is contained in:
@@ -191,10 +191,12 @@
|
||||
(actions/talk entities :ego "I probably shouldn't leave without my belongings.")
|
||||
(do (actions/transition-background entities :outside-jail [50 46] :face :right)
|
||||
(if (get-in @entities [:state :dropped-ball?])
|
||||
(actions/do-dialogue entities :ego "Yes I made it!"
|
||||
:ego "But what now?"
|
||||
:ego "I have till sunrise before Bloodclot comes and destroys the town."
|
||||
:ego "Maybe Gandarf can help me!")
|
||||
(do
|
||||
(actions/do-dialogue entities :ego "Yes I made it!"
|
||||
:ego "But what now?"
|
||||
:ego "I have till sunrise before Bloodclot comes and destroys the town."
|
||||
:ego "Maybe Gandarf can help me!")
|
||||
(utils/snapshot-state @entities "Prisoner On The Loose"))
|
||||
(do
|
||||
(actions/do-dialogue entities :ego "Yes I made it!"
|
||||
:guard "Hmm?"
|
||||
|
||||
Reference in New Issue
Block a user