Browse Source

[fixed] no reset on $apparel['status'] so it remained in last state even if that had changed

Kevin_Smarts 1 month ago
parent
commit
0f62737a9e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      locations/core_library.qsrc

+ 3 - 0
locations/core_library.qsrc

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