minor jail tweak.
This commit is contained in:
@@ -137,16 +137,19 @@
|
||||
:ego "Seems like a pretty sorry excuse for a puzzle."))))
|
||||
|
||||
(defn tie-up-warden [entities message]
|
||||
(actions/play-animation entities :ego :idea)
|
||||
(actions/do-dialogue entities
|
||||
:ego "I know!"
|
||||
:ego message)
|
||||
(actions/walk-to entities :ego [91 61] :face :left)
|
||||
(actions/play-animation entities :ego :reach)
|
||||
(actions/do-dialogue entities
|
||||
:warden "Hey! What do you think you're doing?"
|
||||
:warden "Back in the slammer you go.")
|
||||
(common/go-to-jail entities))
|
||||
(if (get-in @entities [:state :opened-bars?])
|
||||
(do
|
||||
(actions/play-animation entities :ego :idea)
|
||||
(actions/do-dialogue entities
|
||||
:ego "I know!"
|
||||
:ego message)
|
||||
(actions/walk-to entities :ego [91 61] :face :left)
|
||||
(actions/play-animation entities :ego :reach)
|
||||
(actions/do-dialogue entities
|
||||
:warden "Hey! What do you think you're doing?"
|
||||
:warden "Back in the slammer you go.")
|
||||
(common/go-to-jail entities))
|
||||
(actions/talk entities :ego "What am I supposed to do while in this cell?")))
|
||||
|
||||
(defn search-hay [entities]
|
||||
(actions/walk-to entities :ego [144 86] :face :right)
|
||||
|
||||
Reference in New Issue
Block a user