mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Re-shuffles huma/say(). Removes non-existing map variables.
This commit is contained in:
@@ -128,10 +128,12 @@
|
||||
|
||||
return verb
|
||||
|
||||
/mob/living/carbon/human/proc/handle_speech_problems(var/message, var/verb = "says")
|
||||
/mob/living/carbon/human/handle_speech_problems(var/message, var/verb)
|
||||
if(!speech_problem_flag)
|
||||
return ..()
|
||||
|
||||
var/list/returns[3]
|
||||
var/handled = 0
|
||||
speech_problem_flag = 0
|
||||
if(silent || (sdisabilities & MUTE))
|
||||
message = ""
|
||||
speech_problem_flag = 1
|
||||
|
||||
Reference in New Issue
Block a user