final tweaks before 1.2.

This commit is contained in:
Bryce Covert
2016-07-21 18:32:47 -07:00
parent 3f812daa69
commit 885e37390b
2 changed files with 2 additions and 1 deletions

View File

@@ -462,6 +462,7 @@
(actions/play-animation entities :owl :eye)
(actions/do-dialogue entities
:owl "I don't think that helped that much.")
(steam/set-achievement "BEHOLDER")
(when (actions/has-obtained? entities :feather)
(actions/do-dialogue entities :owl "I think I'll just stick to the monocle."))
(actions/update-state entities (fn [s] (assoc s :owl-tried-strength? true))))

View File

@@ -280,7 +280,7 @@
(actions/begin-animation entities :warden :stand)
(Thread/sleep 300)
(actions/do-dialogue entities
:warden "Charlie, is that you chap?"
:warden "Charlie, is that you, chap?"
:warden "What're you doing digging through my trash can?")
(Thread/sleep 300)
(actions/play-animation entities :warden :fall-asleep :stop? false)