diff --git a/code/game/gamemodes/wizard/artefact.dm b/code/game/gamemodes/wizard/artefact.dm index 5f2b9e540b9..442e9958fc7 100644 --- a/code/game/gamemodes/wizard/artefact.dm +++ b/code/game/gamemodes/wizard/artefact.dm @@ -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)