bug fixes

This commit is contained in:
Bryce Covert
2015-10-28 09:40:12 -07:00
parent e39e0c65db
commit d081ee271c
6 changed files with 38 additions and 17 deletions

View File

@@ -300,7 +300,8 @@
(actions/do-dialogue entities
:ego "On that island over there!"
:ego (str "Yes, that's it! There's a " subject " on that island!")
:fairy-godfather "Let me go check it out.")
:fairy-godfather "I've got to see it to believe it."
:fairy-godfather "You better not be messing with me, Tick.")
(actions/update-entities entities (fn [e] (update-in e [:room :entities :fairy-godfather] dissoc :path)))
(actions/update-entities entities (fn [e] (update-in e [:room :entities :fairy-godfather] assoc :distracted? true :distracted-time 0)))
(actions/walk-straight-to entities :fairy-godfather [211 210] :face :left))