bug fixes
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user