From 76db71050c89909386ced73aa31e3cfb79d77301 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Thu, 8 Oct 2020 14:15:06 -0700 Subject: [PATCH] MW4 BB sounds Bitching betty sounds from MW4 for synth medichines --- code/modules/nifsoft/software/05_health.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/nifsoft/software/05_health.dm b/code/modules/nifsoft/software/05_health.dm index 4f3fb5b048..bb5117881d 100644 --- a/code/modules/nifsoft/software/05_health.dm +++ b/code/modules/nifsoft/software/05_health.dm @@ -104,11 +104,13 @@ if(!nif.human.bad_external_organs.len) if(mode || active) nif.notify("User Status: NORMAL. Medichines deactivating.") + H << 'sound/voice/nifmedsynth_normal.ogg' deactivate() return TRUE if(!mode && !active) nif.notify("User Status: DAMAGED. Medichines performing minor repairs.",TRUE) + H << 'sound/voice/nifmedsynth_injured.ogg' activate() for(var/eo in nif.human.bad_external_organs)