Minor improvements.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
(def default-interaction
|
||||
{:get-script (fn [cursor [x y]] (if (= :main cursor)
|
||||
(actions/get-script entities
|
||||
(actions/walk-to entities :ego [x y] true))
|
||||
(actions/walk-to entities :ego [x y] :can-skip? true))
|
||||
(actions/get-script entities
|
||||
(actions/talk entities :ego "I don't know what to do with that."))))})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user