From fa249b5f9775ee1cfb22f868aaf2df7f02c7b8b9 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Wed, 6 Oct 2021 15:11:30 +0200 Subject: [PATCH] Fix bike horn sound not having pitch variation anymore. --- Resources/Changelog/Parts/horn.yml | 4 ++++ Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 Resources/Changelog/Parts/horn.yml diff --git a/Resources/Changelog/Parts/horn.yml b/Resources/Changelog/Parts/horn.yml new file mode 100644 index 0000000000..34deca7991 --- /dev/null +++ b/Resources/Changelog/Parts/horn.yml @@ -0,0 +1,4 @@ +author: Zumorica +changes: + - type: Fix # One of the following: Add, Remove, Tweak, Fix + message: Fix bike horn sound not having pitch variation anymore. diff --git a/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml b/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml index c40ec6ebe6..f0e8fbd2ba 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml @@ -14,8 +14,8 @@ QuickEquip: false - type: ItemCooldown - type: EmitSoundOnUse - sound: + sound: collection: BikeHorn - semitoneVariation: 6 + variation: 0.125 - type: UseDelay delay: 0.5