Ver código fonte

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

Sicaa 4 anos atrás
pai
commit
bcb5b15497
1 arquivos alterados com 1 adições e 1 exclusões
  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