From c5d6d62db8749a60d47fbc1adc48f8b1b86cdb71 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 15 Aug 2020 03:01:13 +0200 Subject: [PATCH] [MIRROR] you can no longer stuff a bajillion live mice into your chef's hat (#346) * you can no longer stuff a bajillion live mice into your chef's hat (#52640) * fuck * Update code/datums/components/storage/concrete/pockets.dm Co-authored-by: Rohesie Co-authored-by: Rohesie * you can no longer stuff a bajillion live mice into your chef's hat Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com> Co-authored-by: Rohesie --- code/datums/components/storage/concrete/pockets.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/storage/concrete/pockets.dm b/code/datums/components/storage/concrete/pockets.dm index 3e94bb97e15..3a838b678ca 100644 --- a/code/datums/components/storage/concrete/pockets.dm +++ b/code/datums/components/storage/concrete/pockets.dm @@ -50,7 +50,7 @@ if(istype(I,/obj/item/clothing/head/mob_holder)) var/obj/item/clothing/head/mob_holder/mausholder = I if(locate(/mob/living/simple_animal/mouse) in mausholder.contents) - return TRUE + return return FALSE /datum/component/storage/concrete/pockets/shoes