Browse Source

[change] Adjusted max value for level 2 neckline when adding boob size to max at a total of 4

KevinSmarts 4 years ago
parent
commit
f29873ea94
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/clothing.qsrc

+ 3 - 3
locations/clothing.qsrc

@@ -828,9 +828,9 @@ if $ARGS[0] = 'wear':
 	end
 
 	if PCloTopCut > 1:
-		if tits = 2 or tits = 3:PCloTopCut += 1
-		if tits = 4 or tits = 5:PCloTopCut += 2
-		if tits >= 6:PCloTopCut += 3
+		if tits = 2 or tits = 3: PCloTopCut += 1
+		if tits >= 4: PCloTopCut += 2
+		if PCloTopCut > 2 and tits >=6: PCloTopCut += 1
 	end
 
 !Calculations for clothing beauty, multiplied by natural beauty