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))))