mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Deadchat now has runechat (#27366)
* Deadchat now has runechat * invisible gone, welcome viewers * cached viewers * botch * im dumb
This commit is contained in:
@@ -65,13 +65,13 @@
|
||||
create_log(DEADCHAT_LOG, message)
|
||||
return
|
||||
|
||||
say_dead_direct("[pick("complains", "moans", "whines", "laments", "blubbers", "salts", "copes", "seethes", "malds")], <span class='message'>\"[message]\"</span>", src)
|
||||
say_dead_direct("[pick("complains", "moans", "whines", "laments", "blubbers", "salts", "copes", "seethes", "malds")], <span class='message'>\"[message]\"</span>", src, raw_message=message)
|
||||
create_log(DEADCHAT_LOG, message)
|
||||
log_ghostsay(message, src)
|
||||
|
||||
/**
|
||||
* Checks if the mob can understand the other speaker
|
||||
*
|
||||
*
|
||||
* If it return FALSE, then the message will have some letters replaced with stars from the heard message
|
||||
*/
|
||||
/mob/proc/say_understands(atom/movable/other, datum/language/speaking = null)
|
||||
|
||||
Reference in New Issue
Block a user