mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Use user for the log_say for the voodoo doll
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user