瀏覽代碼

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

Kevin_Smarts 7 月之前
父節點
當前提交
0f62737a9e
共有 1 個文件被更改,包括 3 次插入0 次删除
  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'