mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Do this later
Figure out how to get the sounds to work for synths
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user