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.")