I believe this fixes the freezes.
This commit is contained in:
@@ -164,9 +164,8 @@
|
||||
(actions/has-item? entities :motivational-tapes) (do
|
||||
(actions/remove-item entities :motivational-tapes)
|
||||
(actions/do-dialogue entities
|
||||
:frankie "And how about that? Some used earplugs."
|
||||
:frankie "Wow! These are the choicest of earplugs!"
|
||||
:frankie "They're great for tuning out your voice, Dipstick!"
|
||||
:frankie "And how about that? Some motivational tapes"
|
||||
:frankie "Wow! These are the choicest of motivational tapes!"
|
||||
:frankie "But, I could fetch some real good dough for them."
|
||||
:frankie "What would you say boys? ")
|
||||
(actions/play-animation entities :frankie :glance)
|
||||
|
||||
@@ -626,9 +626,11 @@
|
||||
(actions/talk entities :ego "I guess her wool is shedding.")
|
||||
(leave-sheep entities))
|
||||
(do
|
||||
(walk-to-sheep entities)
|
||||
(actions/talk entities :ego "Come here mama sheep!")
|
||||
(actions/play-animation entities :ego :sigh)
|
||||
(actions/talk entities :ego "She's too far away for me to pet her.")))))
|
||||
(actions/talk entities :ego "She's too far away for me to pet her.")
|
||||
(leave-sheep entities)))))
|
||||
:scripts #(condp = %
|
||||
:wool (actions/get-script entities
|
||||
(actions/talk entities :ego "She doesn't need it back."))
|
||||
|
||||
Reference in New Issue
Block a user