From 253db5340b09ab1be137c048e96f299192baffa4 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Thu, 8 Oct 2020 18:47:01 -0700 Subject: [PATCH] Do this later Figure out how to get the sounds to work for synths --- code/modules/nifsoft/software/05_health.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/nifsoft/software/05_health.dm b/code/modules/nifsoft/software/05_health.dm index be2a1e4833..1f06f0c56f 100644 --- a/code/modules/nifsoft/software/05_health.dm +++ b/code/modules/nifsoft/software/05_health.dm @@ -104,13 +104,13 @@ if(!nif.human.bad_external_organs.len) if(mode || active) nif.notify("User Status: NORMAL. Medichines deactivating.") - W << 'sound/voice/nifmedsynth_normal.ogg' //CHOMP Add +//Needs fixing W << 'sound/voice/nifmedsynth_normal.ogg' //CHOMP Add deactivate() return TRUE if(!mode && !active) nif.notify("User Status: DAMAGED. Medichines performing minor repairs.",TRUE) - W << 'sound/voice/nifmedsynth_injured.ogg' //CHOMP Add +//Needs fixing W << 'sound/voice/nifmedsynth_injured.ogg' //CHOMP Add activate() for(var/eo in nif.human.bad_external_organs)