diff --git a/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml b/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml index 29b4d5647e..43f8a2db91 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml @@ -14,7 +14,7 @@ QuickEquip: false - type: ItemCooldown - type: EmitSoundOnUse - sound: /Audio/Items/bikehorn.ogg + soundCollection: BikeHorn semitoneVariation: 6 - type: UseDelay delay: 0.5 diff --git a/Resources/Prototypes/SoundCollections/bike_horn.yml b/Resources/Prototypes/SoundCollections/bike_horn.yml new file mode 100644 index 0000000000..ff6c75ff53 --- /dev/null +++ b/Resources/Prototypes/SoundCollections/bike_horn.yml @@ -0,0 +1,4 @@ +- type: soundCollection + id: BikeHorn + files: + - /Audio/Items/bikehorn.ogg