1
0
Pārlūkot izejas kodu

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

Kevin_Smarts 7 mēneši atpakaļ
vecāks
revīzija
0f62737a9e
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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'