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
This commit is contained in:
CIB123
2012-09-19 18:54:49 +00:00
parent a7cba9170d
commit fad4dcbada

View File

@@ -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)