gandarf blink.

This commit is contained in:
Bryce Covert
2015-10-11 19:16:17 -07:00
parent 343d1f0e26
commit 3be1ed0e9f
4 changed files with 20 additions and 7 deletions

View File

@@ -540,7 +540,7 @@
(defn give [entities item]
(run-action entities
(begin [this screen entities]
(sound! (utils/load-sound "pickup.ogg") :play (utils/current-sound-volume))
(sound! (utils/load-sound "pickup.ogg") :play (utils/current-sound-volume 0.3))
(-> entities
(update-in [:state :inventory] #(conj % item))