diff --git a/desktop/src-common/advent/screens/rooms/castle_gate.clj b/desktop/src-common/advent/screens/rooms/castle_gate.clj index 5027fc04..2414f319 100644 --- a/desktop/src-common/advent/screens/rooms/castle_gate.clj +++ b/desktop/src-common/advent/screens/rooms/castle_gate.clj @@ -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?") diff --git a/desktop/src-common/advent/screens/rooms/inside_jail.clj b/desktop/src-common/advent/screens/rooms/inside_jail.clj index 2a56e1b9..02ad5344 100644 --- a/desktop/src-common/advent/screens/rooms/inside_jail.clj +++ b/desktop/src-common/advent/screens/rooms/inside_jail.clj @@ -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.") diff --git a/desktop/src-common/advent/screens/scene.clj b/desktop/src-common/advent/screens/scene.clj index 571139b6..302ca300 100644 --- a/desktop/src-common/advent/screens/scene.clj +++ b/desktop/src-common/advent/screens/scene.clj @@ -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