From 9b911fda45f6e6937a10fcc95b8f21b2bf4024bb Mon Sep 17 00:00:00 2001 From: Oxotnak <107066254+Oxotnak@users.noreply.github.com> Date: Sat, 26 Oct 2024 20:46:36 +0300 Subject: [PATCH 1/2] Synth deathsound (#4521) 1st --- modular_nova/modules/synths/code/species/synthetic.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_nova/modules/synths/code/species/synthetic.dm b/modular_nova/modules/synths/code/species/synthetic.dm index 0c989ccf6ef..f2c1fd33d0a 100644 --- a/modular_nova/modules/synths/code/species/synthetic.dm +++ b/modular_nova/modules/synths/code/species/synthetic.dm @@ -23,6 +23,7 @@ changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_MAGIC | MIRROR_PRIDE | ERT_SPAWN | RACE_SWAP | SLIME_EXTRACT reagent_flags = PROCESS_SYNTHETIC payday_modifier = 1.0 // Matches the rest of the pay penalties the non-human crew have + death_sound = 'modular_nova/master_files/sound/effects/hacked.ogg' species_language_holder = /datum/language_holder/machine mutant_organs = list(/obj/item/organ/internal/cyberimp/arm/power_cord) mutantbrain = /obj/item/organ/internal/brain/synth From fb43886a09ab78a164f3a23a1360ee73aecf3d2d Mon Sep 17 00:00:00 2001 From: StealsThePRs Date: Sat, 26 Oct 2024 20:47:22 +0300 Subject: [PATCH 2/2] [MIRROR] Synth deathsound