diff --git a/code/modules/clothing/chameleon.dm b/code/modules/clothing/chameleon.dm index 5b58a719d0a..aaf5e204444 100644 --- a/code/modules/clothing/chameleon.dm +++ b/code/modules/clothing/chameleon.dm @@ -27,6 +27,7 @@ var/obj/item/I = V if(initial(I.name) == picked_name) picked_item = V + break if(!picked_item) return if(isliving(user))