love tweaks.
This commit is contained in:
@@ -39,11 +39,12 @@
|
||||
{:run #(do (actions/respond entities %
|
||||
: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, Dipstick.")
|
||||
:ego "But it's a matter of life and death!"
|
||||
:ego "Plus, Georgia's counting on me!")
|
||||
(actions/georgia-say entities "I'm counting on you, Tick!")
|
||||
(actions/do-dialogue entities
|
||||
:frankie "Georgia's going steady with me now, Dipstick."
|
||||
:frankie "No day-dreaming about my girlfriend!")
|
||||
(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?")
|
||||
|
||||
@@ -238,9 +238,10 @@
|
||||
(actions/do-dialogue entities
|
||||
:ego "What a peaceful night."
|
||||
:ego "Oh my sweet Georgia McGorgeous. How will I ever save you now?")
|
||||
(actions/in-love entities)
|
||||
(actions/georgia-say entities "You gotta find a way out of there, Tick!")
|
||||
(actions/do-dialogue entities
|
||||
:ego "I have to find a way out of here!"))
|
||||
:ego "She's right."
|
||||
:ego "I have to escape."))
|
||||
:scripts {:crowbar (actions/get-script entities
|
||||
(if (get-in @entities [:state :bent-bars?])
|
||||
(actions/do-dialogue entities :ego "They're bent as far as they can go.")
|
||||
|
||||
@@ -961,6 +961,7 @@ void main ()
|
||||
:anim georgia-stand
|
||||
:stand georgia-stand
|
||||
:love georgia-love
|
||||
:night-profile :none
|
||||
:talk-color (Color/valueOf "ffabe0ff")
|
||||
:anim-start 0
|
||||
:x 100 :y 100 :baseline 242 :origin-x 15 :origin-y 15
|
||||
|
||||
Reference in New Issue
Block a user