diff --git a/desktop/src-common/advent/screens/rooms/behind_house.clj b/desktop/src-common/advent/screens/rooms/behind_house.clj index 37a4e515..9e839d67 100644 --- a/desktop/src-common/advent/screens/rooms/behind_house.clj +++ b/desktop/src-common/advent/screens/rooms/behind_house.clj @@ -106,7 +106,7 @@ (do (actions/walk-to entities :ego [70 80]) (actions/play-animation entities :ego :start-squat :stop? false) (actions/talk entities :ego "I can see Gandarf the wizard inside." :animate? false :stop? false) - (actions/talk entities :ego "It looks like he's opening his Magi-safe." :animate? false :stop? false) + (actions/talk entities :ego "It looks like he's opening his MagiSafe." :animate? false :stop? false) (actions/play-safe entities false) (actions/talk entities :ego "So that's the code to his safe..." :animate? false :stop? false) (actions/play-animation entities :ego :end-squat) @@ -120,7 +120,7 @@ (do (actions/walk-to entities :ego [70 80]) (actions/talk entities :ego "I'll give it another listen.") (actions/play-animation entities :ego :start-squat :stop? false) - (actions/talk entities :ego "It looks like Gandarf's opening his Magi-safe." :animate? false :stop? false) + (actions/talk entities :ego "It looks like Gandarf's opening his MagiSafe." :animate? false :stop? false) (actions/play-safe entities false) (actions/play-animation entities :ego :end-squat) (actions/talk entities :ego "Ugh! Now I've got it stuck in my head!") diff --git a/desktop/src-common/advent/screens/rooms/outside_house.clj b/desktop/src-common/advent/screens/rooms/outside_house.clj index 9d55b869..456e5588 100644 --- a/desktop/src-common/advent/screens/rooms/outside_house.clj +++ b/desktop/src-common/advent/screens/rooms/outside_house.clj @@ -269,7 +269,7 @@ :wizard "That cowboy hat accented my facial physique." :wizard "And complemented my skin color." :wizard "And you, little pipsqueak, stole it from me!" - :wizard "That's why I bought my Magi-Safe 5000: To keep out intruders like you.") + :wizard "That's why I bought my MagiSafe 5000: To keep out intruders like you.") (actions/talk entities :wizard "Now leave, before I force you out!" :anim :talk-angry :stop? false) (actions/begin-animation entities :wizard :magic-hands) (actions/transition-background entities :outside-house [257 90] :face :left)