Faceplant -> Dipstick.

This commit is contained in:
2015-04-27 18:11:00 -07:00
parent b96bcc2558
commit afd957eccd
12 changed files with 19 additions and 18 deletions

View File

@@ -31,13 +31,13 @@
(defn present-frankie-choices [entities]
(actions/present-choices entities {:choices ["Please, Frankie. Give me my stuff back!"
{:run #(do (actions/respond entities %
:frankie "Not a chance, Faceplant."
:frankie "Not a chance, Dipstick."
:frankie "Burglers like us gotta eat too, you know."
:ego "But it's a matter of life and death! Georgia McGorgeous is counting on me!"
)
(actions/in-love entities)
(actions/respond entities %
:frankie "Georgia's going steady with me now, Faceplant.")
:frankie "Georgia's going steady with me now, Dipstick.")
(actions/play-animation entities :frankie :laugh)
(actions/do-dialogue entities :frankie "You'd be better off if you just packed your bags and left town."
:frankie "Ain't that right boys?")
@@ -46,7 +46,7 @@
"You guys are nothing but a bunch of crooks!"
{:run #(do (actions/respond entities %
:frankie "Oh please, Faceplant."
:frankie "Oh please."
:frankie "Like you're so different."
:frankie "Am I right boys?")
(actions/play-animation entities :frankie :glance)
@@ -57,7 +57,7 @@
:choices actions/previous-choices}
"Where is your secret stash?"
{:run #(do (actions/respond entities % :frankie "Like I'd ever tell you, Faceplant.")
{:run #(do (actions/respond entities % :frankie "Like I'd ever tell you, Dipstick.")
(actions/play-animation entities :frankie :laugh)
(actions/do-dialogue entities :frankie "That's only for people in the 'Super secret cool club'!"))
:choices actions/previous-choices}