diff --git a/desktop/asset-work/ego/slingshot.ogg b/desktop/asset-work/ego/slingshot.ogg index c6a40584..4ca1d8c6 100644 Binary files a/desktop/asset-work/ego/slingshot.ogg and b/desktop/asset-work/ego/slingshot.ogg differ diff --git a/desktop/asset-work/ego/slingshot.wav b/desktop/asset-work/ego/slingshot.wav index da5bf877..b449675a 100644 Binary files a/desktop/asset-work/ego/slingshot.wav and b/desktop/asset-work/ego/slingshot.wav differ diff --git a/desktop/resources/ego/slingshot.ogg b/desktop/resources/ego/slingshot.ogg index c6a40584..4ca1d8c6 100644 Binary files a/desktop/resources/ego/slingshot.ogg and b/desktop/resources/ego/slingshot.ogg differ diff --git a/desktop/src-common/advent/screens/rooms/inside_stash.clj b/desktop/src-common/advent/screens/rooms/inside_stash.clj index 33bb8390..144d53d9 100644 --- a/desktop/src-common/advent/screens/rooms/inside_stash.clj +++ b/desktop/src-common/advent/screens/rooms/inside_stash.clj @@ -34,10 +34,7 @@ (actions/do-dialogue entities :ego "Yes! I got my stuff back!" :ego "Including the Slinger's shot!") - (actions/give entities :flask-1-strength) - (actions/give entities :medal) - (actions/give entities :trophy) - (actions/give entities :slingshot)) + (actions/update-state entities #(-> % (assoc :inventory (concat (:inventory %) [:flask-1-strength :medal :trophy :slingshot]))))) :else (do (actions/walk-to entities :ego [152 95] :face :right)