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