mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user