diff --git a/Resources/Audio/Items/attributions.yml b/Resources/Audio/Items/attributions.yml index 41866b5d30..2dfdcb0555 100644 --- a/Resources/Audio/Items/attributions.yml +++ b/Resources/Audio/Items/attributions.yml @@ -144,3 +144,18 @@ license: "CC0-1.0" copyright: "Original sound by vestibule-door on freesound.org, processed by DylanWhittingham" source: "https://freesound.org/people/vestibule-door/sounds/668985/" + +- files: [ "toolbox_close.ogg", "toolbox_open.ogg" ] + license: "CC0-1.0" + copyright: "Original sound by Nox_Sound on freesound.org. Converted to ogg and edited by themias." + source: "https://freesound.org/people/Nox_Sound/sounds/556648/" + +- files: [ "toolbox_insert.ogg" ] + license: "CC0-1.0" + copyright: "Original sound by j1987 on freesound.org. Converted to ogg and edited by themias." + source: "https://freesound.org/people/j1987/sounds/532137/" + +- files: [ "toolbox_remove.ogg" ] + license: "CC0-1.0" + copyright: "Original sound by kooust on freesound.org. Converted to ogg and edited by themias." + source: "https://freesound.org/people/kooust/sounds/452712/" \ No newline at end of file diff --git a/Resources/Audio/Items/toolbox_close.ogg b/Resources/Audio/Items/toolbox_close.ogg new file mode 100644 index 0000000000..a156f10c01 Binary files /dev/null and b/Resources/Audio/Items/toolbox_close.ogg differ diff --git a/Resources/Audio/Items/toolbox_insert.ogg b/Resources/Audio/Items/toolbox_insert.ogg new file mode 100644 index 0000000000..c2b2533065 Binary files /dev/null and b/Resources/Audio/Items/toolbox_insert.ogg differ diff --git a/Resources/Audio/Items/toolbox_open.ogg b/Resources/Audio/Items/toolbox_open.ogg new file mode 100644 index 0000000000..b05720c7f8 Binary files /dev/null and b/Resources/Audio/Items/toolbox_open.ogg differ diff --git a/Resources/Audio/Items/toolbox_remove.ogg b/Resources/Audio/Items/toolbox_remove.ogg new file mode 100644 index 0000000000..a59df6d6ed Binary files /dev/null and b/Resources/Audio/Items/toolbox_remove.ogg differ diff --git a/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml b/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml index d0f42e405f..93f62ca491 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml @@ -14,6 +14,10 @@ maxItemSize: Normal grid: - 0,0,6,3 + storageOpenSound: /Audio/Items/toolbox_open.ogg + storageCloseSound: /Audio/Items/toolbox_close.ogg + storageInsertSound: /Audio/Items/toolbox_insert.ogg + storageRemoveSound: /Audio/Items/toolbox_remove.ogg - type: Item size: Ginormous - type: MeleeWeapon