progress
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
|
||||
(actions/play-animation entities :ego :reach-stop :stop? true)
|
||||
|
||||
(actions/remove-item entities :slingshot)
|
||||
(actions/remove-item entities :slingshot :quiet? true )
|
||||
(actions/give entities :magic-slingshot)
|
||||
|
||||
(actions/do-dialogue entities :ego "It worked!")
|
||||
@@ -751,7 +751,7 @@
|
||||
(if (is-sheep-close? @entities)
|
||||
(do (walk-to-sheep entities)
|
||||
(actions/play-animation entities :ego :milk)
|
||||
(actions/remove-item entities :flask-1)
|
||||
(actions/remove-item entities :flask-1 :quiet? true)
|
||||
(actions/give entities :flask-1-with-milk)
|
||||
(actions/talk entities :ego "Sheep's milk.")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user