mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Makes mindscan and remotetalk logged using SAY_LOG (#14617)
This commit is contained in:
@@ -241,6 +241,7 @@
|
||||
|
||||
for(var/mob/living/target in targets)
|
||||
log_say("(TPATH to [key_name(target)]) [say]", user)
|
||||
user.create_log(SAY_LOG, "Telepathically said '[say]' using [src]", target)
|
||||
if(REMOTE_TALK in target.mutations)
|
||||
target.show_message("<span class='abductor'>You hear [user.real_name]'s voice: [say]</span>")
|
||||
else
|
||||
@@ -314,7 +315,7 @@
|
||||
return
|
||||
say = strip_html(say)
|
||||
say = pencode_to_html(say, target, format = 0, fields = 0)
|
||||
|
||||
user.create_log(SAY_LOG, "Telepathically responded '[say]' using [src]", target)
|
||||
log_say("(TPATH to [key_name(target)]) [say]", user)
|
||||
if(REMOTE_TALK in target.mutations)
|
||||
target.show_message("<span class='abductor'>You project your mind into [user.name]: [say]</span>")
|
||||
|
||||
Reference in New Issue
Block a user