From e7b8e81ab693b1f9cf659355970e110d021669ee Mon Sep 17 00:00:00 2001 From: AndrewJacksonThe2nd Date: Wed, 24 Feb 2016 20:19:45 -0800 Subject: [PATCH] Update chameleon.dm --- code/modules/clothing/chameleon.dm | 1 + 1 file changed, 1 insertion(+) 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))