mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-04 06:31:47 +00:00
Merge pull request #4959 from TheDZD/salt-for-the-salt-god
Adds "salts" to the Say Verbs for Deadchat
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
to_chat(usr, "<span class='danger'>You have deadchat muted.</span>")
|
||||
return
|
||||
|
||||
say_dead_direct("[pick("complains","moans","whines","laments","blubbers")], <span class='message'>\"[message]\"</span>", src)
|
||||
say_dead_direct("[pick("complains", "moans", "whines", "laments", "blubbers", "salts")], <span class='message'>\"[message]\"</span>", src)
|
||||
|
||||
/mob/proc/say_understands(var/mob/other,var/datum/language/speaking = null)
|
||||
|
||||
@@ -146,4 +146,4 @@
|
||||
if(can_speak(L))
|
||||
return L
|
||||
|
||||
return null
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user