From ceabe514ec5907fa25d875546cb783bd7b53a4c1 Mon Sep 17 00:00:00 2001 From: Nitha <132854285+NithaIsTired@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:03:51 -0300 Subject: [PATCH] Adds the borg deathsound to synths (#1099) ## About The Pull Request It is indeed exactly what it sounds. ## Why It's Good For The Game Adds more immersion to the game (to be fair all of the species should have a custom death sound but I don't make them). ## Proof Of Testing Yes. ## Changelog :cl: add: Synths now scream in agony when they die. /:cl: --- modular_zubbers/modules/synths/death_sound.dm | 2 ++ tgstation.dme | 1 + 2 files changed, 3 insertions(+) create mode 100644 modular_zubbers/modules/synths/death_sound.dm diff --git a/modular_zubbers/modules/synths/death_sound.dm b/modular_zubbers/modules/synths/death_sound.dm new file mode 100644 index 00000000000..65bd00136dc --- /dev/null +++ b/modular_zubbers/modules/synths/death_sound.dm @@ -0,0 +1,2 @@ +/datum/species/synthetic + death_sound = 'sound/voice/borg_deathsound.ogg' diff --git a/tgstation.dme b/tgstation.dme index 783c76becf4..8a031dcdbb6 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -8487,6 +8487,7 @@ #include "modular_zubbers\modules\security\secmed\security_medic.dm" #include "modular_zubbers\modules\space_background\parallax.dm" #include "modular_zubbers\modules\space_background\turf_space.dm" +#include "modular_zubbers\modules\synths\death_sound.dm" #include "modular_zubbers\modules\synths\code\bodyparts\internal_computer\internal_computer.dm" #include "modular_zubbers\modules\tesh-vali_augments\code\__DEFINES\research\research_categories.dm" #include "modular_zubbers\modules\tesh-vali_augments\code\modules\research\designs\mechfabricator_designs.dm"