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)