|
@@ -81,6 +81,9 @@ end
|
|
!! clothing_status - fnct to determine clothing status
|
|
!! clothing_status - fnct to determine clothing status
|
|
|
|
|
|
if $ARGS[0] = 'clothing_status':
|
|
if $ARGS[0] = 'clothing_status':
|
|
|
|
+ $apparel['panty'] = ''
|
|
|
|
+ $apparel['bra'] = ''
|
|
|
|
+ $apparel['status'] = ''
|
|
if $pantyworntype = 'none': $apparel['panty'] = 'pantyless'
|
|
if $pantyworntype = 'none': $apparel['panty'] = 'pantyless'
|
|
if $braworntype = 'none': $apparel['bra'] = 'braless'
|
|
if $braworntype = 'none': $apparel['bra'] = 'braless'
|
|
if $clothingworntype = 'nude': $apparel['status'] = 'nude'
|
|
if $clothingworntype = 'nude': $apparel['status'] = 'nude'
|