minor jail tweak.
This commit is contained in:
@@ -26,14 +26,6 @@
|
|||||||
+ gang dude should pop the georgia dream
|
+ gang dude should pop the georgia dream
|
||||||
+ you can drink the strength potion while in blood clots hand
|
+ you can drink the strength potion while in blood clots hand
|
||||||
+ try to have dialogue for every wrong interaction
|
+ try to have dialogue for every wrong interaction
|
||||||
+ z order pot in antique
|
|
||||||
+ You cannot interrupt actions, for example, if I click the edge of
|
|
||||||
the screen, but decide I don't want to go to the next screen,
|
|
||||||
there's no way to interrupt. Similarly, when I'm coming onto the
|
|
||||||
screen and I start clicking to move somewhere I have to wait for the
|
|
||||||
"entering the screen" animation to finish before I can click. There
|
|
||||||
are some other similar situations not having to do with screen
|
|
||||||
transitions.
|
|
||||||
- Sometimes I end up clicking places kind of expecting to go there,
|
- Sometimes I end up clicking places kind of expecting to go there,
|
||||||
but you have to click on the path. One example is going to see the
|
but you have to click on the path. One example is going to see the
|
||||||
sheep. I'd like to click in the sheep pasture and expect Tick to
|
sheep. I'd like to click in the sheep pasture and expect Tick to
|
||||||
|
|||||||
@@ -137,16 +137,19 @@
|
|||||||
:ego "Seems like a pretty sorry excuse for a puzzle."))))
|
:ego "Seems like a pretty sorry excuse for a puzzle."))))
|
||||||
|
|
||||||
(defn tie-up-warden [entities message]
|
(defn tie-up-warden [entities message]
|
||||||
(actions/play-animation entities :ego :idea)
|
(if (get-in @entities [:state :opened-bars?])
|
||||||
(actions/do-dialogue entities
|
(do
|
||||||
:ego "I know!"
|
(actions/play-animation entities :ego :idea)
|
||||||
:ego message)
|
(actions/do-dialogue entities
|
||||||
(actions/walk-to entities :ego [91 61] :face :left)
|
:ego "I know!"
|
||||||
(actions/play-animation entities :ego :reach)
|
:ego message)
|
||||||
(actions/do-dialogue entities
|
(actions/walk-to entities :ego [91 61] :face :left)
|
||||||
:warden "Hey! What do you think you're doing?"
|
(actions/play-animation entities :ego :reach)
|
||||||
:warden "Back in the slammer you go.")
|
(actions/do-dialogue entities
|
||||||
(common/go-to-jail 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]
|
(defn search-hay [entities]
|
||||||
(actions/walk-to entities :ego [144 86] :face :right)
|
(actions/walk-to entities :ego [144 86] :face :right)
|
||||||
|
|||||||
Reference in New Issue
Block a user