mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
Makes dead brains able to ghost speak (#14726)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
//TODO: Convert this over for languages.
|
||||
/mob/living/carbon/brain/say(var/message, var/datum/language/speaking = null)
|
||||
/mob/living/carbon/brain/say(message, datum/language/speaking = null)
|
||||
if(stat == DEAD)
|
||||
return ..()
|
||||
if(!can_speak(warning = TRUE))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user