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)