From fad4dcbada8d9febc3197fccec8202476a9be4fb Mon Sep 17 00:00:00 2001 From: CIB123 Date: Wed, 19 Sep 2012 18:54:49 +0000 Subject: [PATCH] Merge branch 'cib' of github.com:CIB/tgstation13 into cib git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4729 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/carbon/human/inventory.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/inventory.dm b/code/modules/mob/living/carbon/human/inventory.dm index 8cec13618f1..225a16451fd 100644 --- a/code/modules/mob/living/carbon/human/inventory.dm +++ b/code/modules/mob/living/carbon/human/inventory.dm @@ -27,7 +27,7 @@ if(slot_r_hand) return has_organ("r_hand") if(slot_belt) - return has_organ("groin") + return has_organ("chest") if(slot_wear_id) // the only relevant check for this is the uniform check return 1 @@ -46,7 +46,7 @@ if(slot_w_uniform) return has_organ("chest") if(slot_l_store) - return has_organ("groin") + return has_organ("chest") if(slot_r_store) return has_organ("chest") if(slot_s_store)