From 8531d099bb118b84df18ddd3c43c2fe3336e7fe0 Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Mon, 27 Feb 2012 21:40:32 -0500 Subject: [PATCH] since hands and feet are organs, check_zone should leave it as is --- code/modules/mob/mob_helpers.dm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/code/modules/mob/mob_helpers.dm b/code/modules/mob/mob_helpers.dm index 57338de3d7c..c84b909cd33 100644 --- a/code/modules/mob/mob_helpers.dm +++ b/code/modules/mob/mob_helpers.dm @@ -111,14 +111,6 @@ proc/isorgan(A) zone = "head" if("mouth") zone = "head" - if("l_hand") - zone = "l_arm" - if("r_hand") - zone = "r_arm" - if("l_foot") - zone = "l_leg" - if("r_foot") - zone = "r_leg" if("groin") zone = "chest" return zone