From b45a4fc996b396aff9020e05b36f0107efe9f115 Mon Sep 17 00:00:00 2001 From: SteelSlayer Date: Fri, 6 Mar 2020 20:37:20 -0600 Subject: [PATCH] spelling --- code/modules/mob/living/silicon/robot/robot_modules.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/robot_modules.dm b/code/modules/mob/living/silicon/robot/robot_modules.dm index 01f5491fdda..8b4005beff8 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules.dm @@ -38,7 +38,7 @@ QDEL_NULL(emag) return ..() -// By default, all robots will get the items in this proc, unless you override it for you specific module. See: ../robot_module/drone +// By default, all robots will get the items in this proc, unless you override it for your specific module. See: ../robot_module/drone /obj/item/robot_module/proc/add_default_robot_items() modules += new /obj/item/flash/cyborg(src)