|
@@ -649,7 +649,7 @@ if $ARGS[0] = 'default_entry_wear':
|
|
|
act 'Return': gt 'wardrobe', $wloc
|
|
|
end
|
|
|
!! not exercise clothing, and not loose fitting
|
|
|
- elseif $temp1 ! 'danilovich_outfits' and CloStyle ! 5:
|
|
|
+ elseif ($temp1 ! 'danilovich_outfits' and CloStyle ! 5) or $temp1 ! 'nude':
|
|
|
!! check for if the hipsize is too far from your hipsize
|
|
|
dynamic 'RESULT = <<$temp1>>_b[<<temp2>>]'
|
|
|
if RESULT < pcs_hips - 8 or RESULT > pcs_hips + 8:
|