From 8f8faeeb93769fcfc3b5aec7fe70d7b87fc9b5ea Mon Sep 17 00:00:00 2001 From: Nicaragua Date: Sat, 16 Feb 2019 19:31:11 -0300 Subject: [PATCH] fix name --- code/modules/mob/living/simple_animal/bot/construction.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/bot/construction.dm b/code/modules/mob/living/simple_animal/bot/construction.dm index 1de103cbf8b..0bf2288b411 100644 --- a/code/modules/mob/living/simple_animal/bot/construction.dm +++ b/code/modules/mob/living/simple_animal/bot/construction.dm @@ -389,7 +389,7 @@ icon = 'icons/obj/aibots.dmi' icon_state = "helmet_signaler" item_state = "helmet" - var/created_name = "Griefsky" //To preserve the name if it's a unique securitron I guess + var/created_name = "Securitron" //To preserve the name if it's a unique securitron I guess var/build_step = 0 /obj/item/clothing/head/helmet/attackby(obj/item/assembly/signaler/S, mob/user, params)