ios updates.

This commit is contained in:
Bryce Covert
2015-09-13 17:59:07 -07:00
parent c0c3bd8a91
commit bef8e519e6
3 changed files with 13 additions and 1 deletions

View File

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