Adds pick-up, drop and throw sounds for items. (#46677)

* finishes up

* adds sound volumes

* woops

* forgot to ctrl + s

* cloth

* smh

* done
This commit is contained in:
Qustinnus
2019-10-04 18:53:09 -04:00
committed by moo
parent 62ce1795cd
commit 81c3d92129
66 changed files with 95 additions and 44 deletions
+1 -1
View File
@@ -159,7 +159,7 @@
// If the tray IS empty, continue on (tray will be placed on the table like other items)
if(user.a_intent != INTENT_HARM && !(I.item_flags & ABSTRACT))
if(user.transferItemToLoc(I, drop_location()))
if(user.transferItemToLoc(I, drop_location(), silent = FALSE))
var/list/click_params = params2list(params)
//Center the icon where the user clicked.
if(!click_params || !click_params["icon-x"] || !click_params["icon-y"])