mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
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:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user