From de818d92ab116575d64a2d50e4023cce87b8c0b8 Mon Sep 17 00:00:00 2001 From: Ansari Date: Sat, 12 May 2018 10:14:14 +0800 Subject: [PATCH] user instead of usr --- .../mob/living/simple_animal/bot/construction.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/mob/living/simple_animal/bot/construction.dm b/code/modules/mob/living/simple_animal/bot/construction.dm index 443a0f17070..fc2ca0c1f09 100644 --- a/code/modules/mob/living/simple_animal/bot/construction.dm +++ b/code/modules/mob/living/simple_animal/bot/construction.dm @@ -33,7 +33,7 @@ if(!in_range(src, usr) && loc != usr) return created_name = t - log_game("[key_name(usr)] has renamed a robot to [t]") + log_game("[key_name(user)] has renamed a robot to [t]") //Edbot Assembly @@ -57,7 +57,7 @@ if(!in_range(src, usr) && loc != usr) return created_name = t - log_game("[key_name(usr)] has renamed a robot to [t]") + log_game("[key_name(user)] has renamed a robot to [t]") return switch(build_step) @@ -259,7 +259,7 @@ return created_name = t - log_game("[key_name(usr)] has renamed a robot to [t]") + log_game("[key_name(user)] has renamed a robot to [t]") /obj/item/toolbox_tiles_sensor/attackby(obj/item/W, mob/user, params) ..() @@ -279,7 +279,7 @@ return created_name = t - log_game("[key_name(usr)] has renamed a robot to [t]") + ("[key_name(usr)] has renamed a robot to [t]") //Medbot Assembly /obj/item/firstaid_arm_assembly @@ -354,7 +354,7 @@ if(!in_range(src, usr) && loc != usr) return created_name = t - log_game("[key_name(usr)] has renamed a robot to [t]") + log_game("[key_name(user)] has renamed a robot to [t]") else switch(build_step) if(0) @@ -465,7 +465,7 @@ if(!in_range(src, usr) && loc != usr) return created_name = t - log_game("[key_name(usr)] has renamed a robot to [t]") + log_game("[key_name(user)] has renamed a robot to [t]") else if(istype(I, /obj/item/screwdriver)) if(!build_step)