From 7b8671cdab006fc12ffc7359881d77b5055c509c Mon Sep 17 00:00:00 2001 From: Arkatos1 Date: Mon, 29 Apr 2019 17:15:09 +0200 Subject: [PATCH] Code review fixes --- 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 57adca295b3..77eb74e5696 100644 --- a/code/modules/mob/living/simple_animal/bot/construction.dm +++ b/code/modules/mob/living/simple_animal/bot/construction.dm @@ -231,7 +231,7 @@ var/robot_arm = /obj/item/robot_parts/l_arm return if(!is_type_in_list(src, allowed_toolbox)) return - if(src.type == /obj/item/storage/toolbox/green/memetic) + if(type == /obj/item/storage/toolbox/green/memetic) return if(contents.len >= 1) to_chat(user, "They won't fit in, as there is already stuff inside.")