everyone at least says something.
This commit is contained in:
@@ -103,7 +103,9 @@
|
||||
(present-frankie-choices entities))
|
||||
|
||||
:scripts {:walkie-talkies (actions/get-script entities
|
||||
(actions/do-dialogue entities :frankie "Tin cans? What do I need walkie talkies for?"))})))
|
||||
(actions/do-dialogue entities :frankie "Tin cans? What do I need walkie talkies for?"))
|
||||
:default (actions/get-script entities
|
||||
(actions/do-dialogue entities :frankie "What? Wanting to give up more of your goodies?"))})))
|
||||
|
||||
(defn make-coin-flip [screen]
|
||||
(let [coin-flip (utils/make-anim "castle-gate/coinflip.png" [10 10] 0.05 (range 5))]
|
||||
@@ -190,6 +192,10 @@
|
||||
(do
|
||||
(actions/do-dialogue entities :ego "Hey Bubba!"
|
||||
:goon-2 "Beat it, Dipstick."))))
|
||||
:scripts {:money (actions/get-script entities
|
||||
(actions/do-dialogue entities :ego "I don't want to give it back!"))
|
||||
:default (actions/get-script entities
|
||||
(actions/do-dialogue entities :goon-2 "Beat it, Dipstick."))}
|
||||
:night-profile :sprite
|
||||
:anim-start 0
|
||||
:stand stand)))
|
||||
|
||||
@@ -316,7 +316,8 @@
|
||||
(actions/give entities :kiss)
|
||||
(actions/do-dialogue entities :ego "A kiss for an inventory item?"
|
||||
:ego "Sounds like the game designer was running out of good ideas."))
|
||||
(actions/talk entities :ego "I guess I'm too far away.")))})
|
||||
(actions/talk entities :ego "I guess I'm too far away.")))
|
||||
:default (actions/get-script entities (actions/talk entities :ego "Kitty seems disinterested in it."))})
|
||||
cat-stand)
|
||||
:grandma (let [gma (assoc (animation->texture screen grandma-stand)
|
||||
:x 130 :y 37 :baseline 200
|
||||
@@ -350,7 +351,7 @@
|
||||
:script (actions/get-script entities (talk-to-owl entities))
|
||||
:scripts #(condp = %
|
||||
:monocle (actions/get-script entities (give-monocle entities))
|
||||
nil)))
|
||||
(actions/get-script entities (actions/talk entities :owl "No thank you.")))))
|
||||
:collision "cat-tree/collision.png"
|
||||
:scale-fn (utils/scaler-fn-with-baseline 110 0.10 1.20)
|
||||
:apply-state (fn [_ entities]
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
(defn read-note-1 [entities]
|
||||
(actions/do-dialogue entities
|
||||
:ego "It's a note from Gandarf! It says:"
|
||||
:ego "'Boy, I have been kidnapped by Bloodclot.'"
|
||||
:ego "'Tick, I have been kidnapped by Bloodclot.'"
|
||||
:ego "'He's got me locked up in his fortress of doom.'"
|
||||
:ego "'It's actually pretty comfortable, despite the name.'"
|
||||
:ego "'You must cast the spell to restore magic to the Slinger's Shot yourself.'"
|
||||
@@ -69,7 +69,7 @@
|
||||
:ego "'Then pour the contents in the cauldron.'"
|
||||
:ego "'I will give you more instructions when I can.'"
|
||||
:ego "'And please hurry, because we're being forced into a karaoke competition.'"
|
||||
:ego "'I'm about at my witt's end.'"
|
||||
:ego "'I'm about at my wits' end.'"
|
||||
:ego "'P.S., Guard that slingshot with your life!'"
|
||||
:ego "'P.P.S., You can look for my secret stash of helpful stuff behind a nearby r...'"
|
||||
:ego "It just cuts off there."))
|
||||
@@ -78,7 +78,7 @@
|
||||
(actions/do-dialogue entities
|
||||
:ego "It's a Bingo card."
|
||||
:ego "Look's like there's a note on the back."
|
||||
:ego "'Boy, the situation is dire. I don't have much time. Please hurry.'"
|
||||
:ego "'Tick, the situation is dire. I don't have much time. Please hurry.'"
|
||||
:ego "'We've been forced into playing bingo for the last 3 hours.'"
|
||||
:ego "'You are almost done with the spell to restore magic to The Slinger's Shot.'"
|
||||
:ego "'You haven't lost it, right?'"
|
||||
|
||||
@@ -724,7 +724,8 @@
|
||||
:script (actions/get-script entities (actions/talk entities :ego "That's a big cauldron!"))
|
||||
:scripts put-something-in-cauldron))
|
||||
:wizard (rooms/make-entity :wizard (common/make-wizard screen {:x 190 :y 78 :baseline 162 :scale-x 1.2 :scale-y 1.2
|
||||
:script (actions/get-script entities (talk-to-gandarf-outside entities))}))
|
||||
:script (actions/get-script entities (talk-to-gandarf-outside entities))
|
||||
:scripts {:default (actions/get-script entities (actions/talk entities :wizard "No time for that!"))}}))
|
||||
:note (rooms/make-entity :note (assoc (texture "outsidehouse/note.png")
|
||||
:x 277 :y 74 :baseline 160
|
||||
:night-profile :none
|
||||
|
||||
Reference in New Issue
Block a user