瀏覽代碼

[fixed] changed minimum pregchem value for pregnancy visibility to same value as body_image

Sicaa 4 年之前
父節點
當前提交
bcb5b15497
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      locations/body_din.qsrc

+ 1 - 1
locations/body_din.qsrc

@@ -20,7 +20,7 @@ if $ARGS[0] = 'pregnancyVisibility':
 	clothingwornnumberTemp = iif(ARGS[3] = 0,clothingwornnumber,ARGS[3])
 	
 	gs 'clothing_attributes',$clothingworntypeTemp,clothingwornnumberTemp
-	if (CloThinness >= 5 or $clothingworntypeTemp = 'nude') and pregchemTemp > 2000: 
+	if (CloThinness >= 5 or $clothingworntypeTemp = 'nude') and pregchemTemp > 2688: 
 		RESULT = 1
 	elseif CloThinness = 4 and pregchemTemp > 3460: 
 		RESULT = 1