Merge pull request #3709 from VOREStation/aro-sayreflect

Message send failure reflection
This commit is contained in:
Leshana
2018-05-16 20:46:19 -04:00
committed by GitHub
5 changed files with 36 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
if(name != GetVoice())
alt_name = "(as [get_id_name("Unknown")])"
message = sanitize(message)
message = sanitize_or_reflect(message,src) //VOREStation Edit - Reflect too-long messages, within reason
..(message, alt_name = alt_name, whispering = whispering)
/mob/living/carbon/human/proc/forcesay(list/append)