mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
Buffs medbots massively. (#12058)
* Buffs medbots massively. * Reverted the previous buff slightly. * Update code/modules/mob/living/simple_animal/bot/medbot.dm Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
@@ -264,6 +264,9 @@
|
|||||||
if((last_newpatient_speak + 300) < world.time) //Don't spam these messages!
|
if((last_newpatient_speak + 300) < world.time) //Don't spam these messages!
|
||||||
var/list/messagevoice = list("Hey, [H.name]! Hold on, I'm coming." = 'sound/voice/medbot/coming.ogg',"Wait [H.name]! I want to help!" = 'sound/voice/medbot/help.ogg',"[H.name], you appear to be injured!" = 'sound/voice/medbot/injured.ogg')
|
var/list/messagevoice = list("Hey, [H.name]! Hold on, I'm coming." = 'sound/voice/medbot/coming.ogg',"Wait [H.name]! I want to help!" = 'sound/voice/medbot/help.ogg',"[H.name], you appear to be injured!" = 'sound/voice/medbot/injured.ogg')
|
||||||
var/message = pick(messagevoice)
|
var/message = pick(messagevoice)
|
||||||
|
if(prob(1) && ISINRANGE_EX(H.getFireLoss(), 0, 20))
|
||||||
|
message = "Notices your minor burns*OwO what's this?"
|
||||||
|
messagevoice[message] = 'sound/voice/medbot/owo.ogg'
|
||||||
speak(message)
|
speak(message)
|
||||||
playsound(loc, messagevoice[message], 50, 0)
|
playsound(loc, messagevoice[message], 50, 0)
|
||||||
last_newpatient_speak = world.time
|
last_newpatient_speak = world.time
|
||||||
|
|||||||
BIN
sound/voice/medbot/owo.ogg
Normal file
BIN
sound/voice/medbot/owo.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user