mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
AI's couldn't speak, should probably fix it.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
return "states, \"[text]\"";
|
||||
|
||||
/mob/living/silicon/ai/IsVocal()
|
||||
//return !config.silent_ai
|
||||
return !config.silent_ai
|
||||
|
||||
/mob/living/silicon/ai/get_message_mode(message)
|
||||
if(copytext(message, 1, 3) in list(":h", ":H", ".h", ".H", "#h", "#H"))
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
/mob/living/silicon/say(var/message)
|
||||
return ..(message, "R")
|
||||
|
||||
/mob/living/silicon/robot/IsVocal()
|
||||
return !config.silent_borg
|
||||
|
||||
/mob/living/proc/robot_talk(var/message)
|
||||
|
||||
log_say("[key_name(src)] (@[src.x],[src.y],[src.z])(binary): [message]")
|
||||
|
||||
Reference in New Issue
Block a user