Use user for the log_say for the voodoo doll

This commit is contained in:
joep van der velden
2020-09-16 21:05:36 +02:00
parent 55fcdbc503
commit 79fd123f4d
+1 -1
View File
@@ -836,7 +836,7 @@ GLOBAL_LIST_EMPTY(multiverse)
var/wgw = sanitize(input(user, "What would you like the victim to say", "Voodoo", null) as text)
target.say(wgw)
log_game("[user][user.key] made [target][target.key] say [wgw] with a voodoo doll.")
log_say("Wicker doll say to [target][target.key]: [wgw]", src)
log_say("Wicker doll say to [target][target.key]: [wgw]", user)
log_admin("[user][user.key] made [target][target.key] say [wgw] with a voodoo doll.")
user.create_log(SAY_LOG, "forced [target] to say [wgw] through [src].", target)
target.create_log(SAY_LOG, "was forced to say [wgw] through [src] by [user].", user)