mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 11:31:12 +01:00
Don't display hear_sleep to deaf people (#13366)
This commit is contained in:
@@ -294,6 +294,8 @@
|
||||
src.show_message(message)
|
||||
|
||||
/mob/proc/hear_sleep(var/message)
|
||||
if (isdeaf(src))
|
||||
return
|
||||
var/heard = ""
|
||||
if(prob(15))
|
||||
var/list/punctuation = list(",", "!", ".", ";", "?")
|
||||
|
||||
Reference in New Issue
Block a user