Merge pull request #4252 from RKF45/ears

Tiny objects on ears
This commit is contained in:
Mloc
2014-01-10 13:47:10 -08:00
3 changed files with 8 additions and 4 deletions

View File

@@ -316,6 +316,8 @@
return 0
if( (slot_flags & SLOT_TWOEARS) && H.r_ear )
return 0
if( w_class < 2 )
return 1
return 1
if(slot_r_ear)
if(H.r_ear)
@@ -324,6 +326,8 @@
return 0
if( (slot_flags & SLOT_TWOEARS) && H.l_ear )
return 0
if( w_class < 2 )
return 1
return 1
if(slot_w_uniform)
if(H.w_uniform)
@@ -349,7 +353,7 @@
H << "\red You need a jumpsuit before you can attach this [name]."
return 0
if(slot_flags & SLOT_DENYPOCKET)
return
return 0
if( w_class <= 2 || (slot_flags & SLOT_POCKET) )
return 1
if(slot_r_store)