From: T-Stalker <43253663+DogZeroX@users.noreply.github.com> Date: Fri, 31 Mar 2023 04:25:46 +0000 (-0300) Subject: Re-adds skub noise [Not april fools] (#14978) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3b9fd4867e71e804279ec4d4f14f39f5f49173c7;p=space-station-14.git Re-adds skub noise [Not april fools] (#14978) --- diff --git a/Resources/Audio/Items/Toys/licensing.txt b/Resources/Audio/Items/Toys/licensing.txt index 71f2a7de8a..90466866c9 100644 --- a/Resources/Audio/Items/Toys/licensing.txt +++ b/Resources/Audio/Items/Toys/licensing.txt @@ -1 +1,2 @@ -"weh" and "muffled_weh" are licensed under CC0. \ No newline at end of file +"weh" and "muffled_weh" are licensed under CC0. +"skub" is licensed under CC0. \ No newline at end of file diff --git a/Resources/Audio/Items/Toys/skub.ogg b/Resources/Audio/Items/Toys/skub.ogg new file mode 100644 index 0000000000..a22b698fa1 Binary files /dev/null and b/Resources/Audio/Items/Toys/skub.ogg differ diff --git a/Resources/Audio/Items/Toys/skub2.ogg b/Resources/Audio/Items/Toys/skub2.ogg new file mode 100644 index 0000000000..2984afa978 Binary files /dev/null and b/Resources/Audio/Items/Toys/skub2.ogg differ diff --git a/Resources/Audio/Items/Toys/skub3.ogg b/Resources/Audio/Items/Toys/skub3.ogg new file mode 100644 index 0000000000..ff892c7b0e Binary files /dev/null and b/Resources/Audio/Items/Toys/skub3.ogg differ diff --git a/Resources/Prototypes/Entities/Objects/Fun/skub.yml b/Resources/Prototypes/Entities/Objects/Fun/skub.yml index 123d27c01a..6ab3312b1a 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/skub.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/skub.yml @@ -13,6 +13,6 @@ - type: ItemCooldown - type: EmitSoundOnUse sound: - path: /Audio/Items/Toys/weh.ogg + collection: Skub - type: UseDelay delay: 2.0 diff --git a/Resources/Prototypes/SoundCollections/skub.yml b/Resources/Prototypes/SoundCollections/skub.yml new file mode 100644 index 0000000000..84a73af20c --- /dev/null +++ b/Resources/Prototypes/SoundCollections/skub.yml @@ -0,0 +1,8 @@ +- type: soundCollection + id: Skub + files: + - /Audio/Items/Toys/skub.ogg + - /Audio/Items/Toys/skub2.ogg + - /Audio/Items/Toys/skub3.ogg + +