mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Whispering Refactor (#12755)
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
if(body.stat == DEAD) // Body is dead, and won't get a life tick.
|
||||
body.handle_shared_dreaming()
|
||||
|
||||
/mob/living/brain_ghost/say(var/message, var/datum/language/speaking = null, var/verb="says", var/alt_name="")
|
||||
/mob/living/brain_ghost/say(var/message, var/datum/language/speaking = null, var/verb="says", var/alt_name="", var/ghost_hearing = GHOSTS_ALL_HEAR, var/whisper = FALSE)
|
||||
if(!istype(body) || body.stat!=UNCONSCIOUS)
|
||||
return
|
||||
if(prob(20)) // 1/5 chance to mumble out anything you say in the dream.
|
||||
|
||||
Reference in New Issue
Block a user