diff --git a/Resources/Audio/Items/crowbar_drop.ogg b/Resources/Audio/Items/crowbar_drop.ogg new file mode 100644 index 0000000000..7746411066 Binary files /dev/null and b/Resources/Audio/Items/crowbar_drop.ogg differ diff --git a/Resources/Audio/Items/matchbox_drop.ogg b/Resources/Audio/Items/matchbox_drop.ogg new file mode 100644 index 0000000000..8e4e276c9e Binary files /dev/null and b/Resources/Audio/Items/matchbox_drop.ogg differ diff --git a/Resources/Audio/Items/multitool_drop.ogg b/Resources/Audio/Items/multitool_drop.ogg new file mode 100644 index 0000000000..67e0a41042 Binary files /dev/null and b/Resources/Audio/Items/multitool_drop.ogg differ diff --git a/Resources/Audio/Items/screwdriver_drop.ogg b/Resources/Audio/Items/screwdriver_drop.ogg new file mode 100644 index 0000000000..d460fd0aed Binary files /dev/null and b/Resources/Audio/Items/screwdriver_drop.ogg differ diff --git a/Resources/Audio/Items/toolbox_drop.ogg b/Resources/Audio/Items/toolbox_drop.ogg new file mode 100644 index 0000000000..abf5694627 Binary files /dev/null and b/Resources/Audio/Items/toolbox_drop.ogg differ diff --git a/Resources/Audio/Items/welder_drop.ogg b/Resources/Audio/Items/welder_drop.ogg new file mode 100644 index 0000000000..58b722ad7a Binary files /dev/null and b/Resources/Audio/Items/welder_drop.ogg differ diff --git a/Resources/Audio/Items/wirecutter_drop.ogg b/Resources/Audio/Items/wirecutter_drop.ogg new file mode 100644 index 0000000000..e099870fc7 Binary files /dev/null and b/Resources/Audio/Items/wirecutter_drop.ogg differ diff --git a/Resources/Audio/Items/wrench_drop.ogg b/Resources/Audio/Items/wrench_drop.ogg new file mode 100644 index 0000000000..86020bf822 Binary files /dev/null and b/Resources/Audio/Items/wrench_drop.ogg differ diff --git a/Resources/Prototypes/Entities/Objects/Tools/matches.yml b/Resources/Prototypes/Entities/Objects/Tools/matches.yml index 1e8c468591..6d2fd13813 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/matches.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/matches.yml @@ -47,6 +47,9 @@ id: Matchbox description: A small box of Almost But Not Quite Plasma Premium Matches. components: + - type: EmitSoundOnLand + sound: + path: /Audio/Items/matchbox_drop.ogg - type: Matchbox - type: Sprite netsync: false diff --git a/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml b/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml index 9f1e302eff..9f42160368 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml @@ -3,6 +3,9 @@ parent: BaseItem abstract: true components: + - type: EmitSoundOnLand + sound: + path: /Audio/Items/toolbox_drop.ogg - type: Storage capacity: 60 - type: Item diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index 1b3c9f7d7c..04674c98d1 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -4,6 +4,9 @@ id: Wirecutter description: This kills the wire. components: + - type: EmitSoundOnLand + sound: + path: /Audio/Items/wirecutter_drop.ogg - type: Tag tags: - PlantSampleTaker @@ -39,6 +42,9 @@ id: Screwdriver description: Industrial grade torque in a small screwdriving package. components: + - type: EmitSoundOnLand + sound: + path: /Audio/Items/screwdriver_drop.ogg - type: Tag tags: - Screwdriver @@ -73,6 +79,9 @@ id: Wrench description: A common tool for assembly and disassembly, righty tighty lefty loosey. components: + - type: EmitSoundOnLand + sound: + path: /Audio/Items/wrench_drop.ogg - type: Tag tags: - Wrench @@ -96,6 +105,9 @@ id: Crowbar description: A multipurpose tool to pry open doors and fight interdimensional invaders. components: + - type: EmitSoundOnLand + sound: + path: /Audio/Items/crowbar_drop.ogg - type: Tag tags: - Crowbar @@ -138,6 +150,9 @@ id: Multitool description: An advanced tool to copy, store, and send electrical pulses and signals through wires and machines components: + - type: EmitSoundOnLand + sound: + path: /Audio/Items/multitool_drop.ogg - type: Sprite sprite: Objects/Tools/multitool.rsi layers: diff --git a/Resources/Prototypes/Entities/Objects/Tools/welders.yml b/Resources/Prototypes/Entities/Objects/Tools/welders.yml index 7497858c6d..b350084edb 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/welders.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/welders.yml @@ -4,6 +4,9 @@ id: Welder description: "Melts anything as long as it's fueled, don't forget your eye protection!" components: + - type: EmitSoundOnLand + sound: + path: /Audio/Items/welder_drop.ogg - type: Sprite sprite: Objects/Tools/welder.rsi layers: