since hands and feet are organs, check_zone should leave it as is

This commit is contained in:
Tastyfish
2012-02-27 21:40:32 -05:00
parent 5719daf3d8
commit 8531d099bb
-8
View File
@@ -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