From 35112bdb361a43ebcf46047d7cd97be68752e8dd Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 21 Apr 2022 16:09:15 +0200 Subject: [PATCH] [MIRROR] Adds new sounds to the circuit sound synthesizer [MDB IGNORE] (#12962) * Adds new sounds to the circuit sound synthesizer (#66324) adds Lizard Scream, Moth Buzz, Toy Squeak, Xenomorph Hiss, Warp Whistle, Poster Rip, Coinflip, Flash, Flashbang, Laugh Track, Whip, Gavel, and Megaphone to the circuit sound synthesizer please comment other sounds you want to see in this since its easy to add and gives more creativity to circuit makers * Adds new sounds to the circuit sound synthesizer Co-authored-by: Bond <58570888+TheBonded@users.noreply.github.com> --- .../wiremod/components/action/soundemitter.dm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/code/modules/wiremod/components/action/soundemitter.dm b/code/modules/wiremod/components/action/soundemitter.dm index c7dc3e194c2..1ca4f3db588 100644 --- a/code/modules/wiremod/components/action/soundemitter.dm +++ b/code/modules/wiremod/components/action/soundemitter.dm @@ -42,6 +42,19 @@ "Sad Trombone" = 'sound/misc/sadtrombone.ogg', "Warn" = 'sound/machines/warning-buzzer.ogg', "Slow Clap" = 'sound/machines/slowclap.ogg', + "Moth Buzz" = 'sound/voice/moth/scream_moth.ogg', + "Squeak" = 'sound/items/toysqueak1.ogg', + "Rip" = 'sound/items/poster_ripped.ogg', + "Coinflip" = 'sound/items/coinflip.ogg', + "Megaphone" = 'sound/items/megaphone.ogg', + "Warpwhistle" = 'sound/magic/warpwhistle.ogg', + "Hiss" = 'sound/voice/hiss1.ogg', + "Lizard" = 'sound/voice/lizard/lizard_scream_1.ogg', + "Flashbang" = 'sound/weapons/flashbang.ogg', + "Flash" = 'sound/weapons/flash.ogg', + "Whip" = 'sound/weapons/whip.ogg', + "Laugh Track" = 'sound/items/SitcomLaugh1.ogg', + "Gavel" = 'sound/items/gavel.ogg', ) sound_file = add_option_port("Sound Option", component_options) options_map = component_options