mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #575 from CHOMPStation2/Razgriz1032-patch-2
Medichines HEV and synth Bitching Betty sounds
This commit is contained in:
@@ -32,16 +32,20 @@
|
|||||||
if(HP_percent >= 0.9)
|
if(HP_percent >= 0.9)
|
||||||
if(mode)
|
if(mode)
|
||||||
nif.notify("User Status: NORMAL. Medichines deactivating.")
|
nif.notify("User Status: NORMAL. Medichines deactivating.")
|
||||||
|
H << 'sound/voice/nifmed_normal.ogg' //CHOMP Add
|
||||||
deactivate()
|
deactivate()
|
||||||
return TRUE
|
return TRUE
|
||||||
else if(!mode && HP_percent < 0.8)
|
else if(!mode && HP_percent < 0.8)
|
||||||
nif.notify("User Status: INJURED. Commencing medichine routines.",TRUE)
|
nif.notify("User Status: INJURED. Commencing medichine routines.",TRUE)
|
||||||
|
H << 'sound/voice/nifmed_injured.ogg' //CHOMP Add
|
||||||
activate()
|
activate()
|
||||||
else if(mode == 1 && HP_percent < 0.2)
|
else if(mode == 1 && HP_percent < 0.2)
|
||||||
nif.notify("User Status: DANGER. Seek medical attention!",TRUE)
|
nif.notify("User Status: DANGER. Seek medical attention!",TRUE)
|
||||||
|
H << 'sound/voice/nifmed_danger.ogg' //CHOMP Add
|
||||||
mode = 2
|
mode = 2
|
||||||
else if(mode == 2 && HP_percent < -0.4)
|
else if(mode == 2 && HP_percent < -0.4)
|
||||||
nif.notify("User Status: CRITICAL. Notifying medical, and starting emergency stasis!",TRUE)
|
nif.notify("User Status: CRITICAL. Notifying medical, and starting emergency stasis!",TRUE)
|
||||||
|
H << 'sound/voice/nifmed_critical.ogg' //CHOMP Add
|
||||||
mode = 3
|
mode = 3
|
||||||
if(!isbelly(H.loc)) //Not notified in case of vore, for gameplay purposes.
|
if(!isbelly(H.loc)) //Not notified in case of vore, for gameplay purposes.
|
||||||
var/turf/T = get_turf(H)
|
var/turf/T = get_turf(H)
|
||||||
@@ -100,11 +104,13 @@
|
|||||||
if(!nif.human.bad_external_organs.len)
|
if(!nif.human.bad_external_organs.len)
|
||||||
if(mode || active)
|
if(mode || active)
|
||||||
nif.notify("User Status: NORMAL. Medichines deactivating.")
|
nif.notify("User Status: NORMAL. Medichines deactivating.")
|
||||||
|
//Needs fixing W << 'sound/voice/nifmedsynth_normal.ogg' //CHOMP Add
|
||||||
deactivate()
|
deactivate()
|
||||||
return TRUE
|
return TRUE
|
||||||
|
|
||||||
if(!mode && !active)
|
if(!mode && !active)
|
||||||
nif.notify("User Status: DAMAGED. Medichines performing minor repairs.",TRUE)
|
nif.notify("User Status: DAMAGED. Medichines performing minor repairs.",TRUE)
|
||||||
|
//Needs fixing W << 'sound/voice/nifmedsynth_injured.ogg' //CHOMP Add
|
||||||
activate()
|
activate()
|
||||||
|
|
||||||
for(var/eo in nif.human.bad_external_organs)
|
for(var/eo in nif.human.bad_external_organs)
|
||||||
|
|||||||
BIN
sound/voice/nifmed_critical.ogg
Normal file
BIN
sound/voice/nifmed_critical.ogg
Normal file
Binary file not shown.
BIN
sound/voice/nifmed_danger.ogg
Normal file
BIN
sound/voice/nifmed_danger.ogg
Normal file
Binary file not shown.
BIN
sound/voice/nifmed_injured.ogg
Normal file
BIN
sound/voice/nifmed_injured.ogg
Normal file
Binary file not shown.
BIN
sound/voice/nifmed_normal.ogg
Normal file
BIN
sound/voice/nifmed_normal.ogg
Normal file
Binary file not shown.
BIN
sound/voice/nifmedsynth_injured.ogg
Normal file
BIN
sound/voice/nifmedsynth_injured.ogg
Normal file
Binary file not shown.
BIN
sound/voice/nifmedsynth_normal.ogg
Normal file
BIN
sound/voice/nifmedsynth_normal.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user