diff --git a/Resources/Audio/Floof/Voice/Rodentia/Rat_Scream_01.ogg b/Resources/Audio/Floof/Voice/Rodentia/Rat_Scream_01.ogg new file mode 100644 index 00000000000..009b5dbbfc3 Binary files /dev/null and b/Resources/Audio/Floof/Voice/Rodentia/Rat_Scream_01.ogg differ diff --git a/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml b/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml index 8918f91d7bb..6b77f2a6064 100644 --- a/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml @@ -155,7 +155,7 @@ variation: 0.125 sounds: Scream: - path: /Audio/Animals/mouse_squeak.ogg + collection: RodentiaScreams # Floof Laugh: collection: MaleLaugh Sneeze: @@ -185,7 +185,7 @@ variation: 0.125 sounds: Scream: - path: /Audio/Animals/mouse_squeak.ogg + collection: RodentiaScreams # Floof Laugh: collection: FemaleLaugh Sneeze: diff --git a/Resources/Prototypes/Floof/SoundCollections/emotes.yml b/Resources/Prototypes/Floof/SoundCollections/emotes.yml index 7e4df6afde1..5117bb0d727 100644 --- a/Resources/Prototypes/Floof/SoundCollections/emotes.yml +++ b/Resources/Prototypes/Floof/SoundCollections/emotes.yml @@ -12,3 +12,8 @@ id: VulpkaninYap files: - /Audio/Floof/Voice/Vulpkanin/yap.ogg + +- type: soundCollection + id: RodentiaScreams + files: + - /Audio/Floof/Voice/Rodentia/Rat_Scream_01.ogg \ No newline at end of file diff --git a/Resources/Prototypes/Floof/SoundCollctions/vulpkanin.yml b/Resources/Prototypes/Floof/SoundCollections/vulpkanin.yml similarity index 100% rename from Resources/Prototypes/Floof/SoundCollctions/vulpkanin.yml rename to Resources/Prototypes/Floof/SoundCollections/vulpkanin.yml