diff --git a/desktop/settings.edn b/desktop/settings.edn index dfb2d27e..1b3600d2 100644 --- a/desktop/settings.edn +++ b/desktop/settings.edn @@ -1 +1 @@ -{:sound-volume 44.0, :music-volume 41.0} \ No newline at end of file +{:sound-volume 44.0, :music-volume 39.0} \ No newline at end of file diff --git a/desktop/src-common/advent/screens/rooms/inside_castle.clj b/desktop/src-common/advent/screens/rooms/inside_castle.clj index 7391082f..58c13f6e 100644 --- a/desktop/src-common/advent/screens/rooms/inside_castle.clj +++ b/desktop/src-common/advent/screens/rooms/inside_castle.clj @@ -199,6 +199,7 @@ :ego "Worthy in wisdom, courage, and might,\nOnly then with sword he'll fight. ") (if (= 3 (count missing-items)) (do + (actions/walk-to entities :ego [115 54]) (actions/do-dialogue entities :ego "I have to prove myself worthy in wisdom, courage, and might!" :ego "Then I can become a knight and impress Georgia McGorgeous!")