Răsfoiți Sursa

[changed] Brest size desrcipions for clothing altered with one extra step to give more accurate results, reworded teh bra replacement line too

KevinSmarts 3 ani în urmă
părinte
comite
e90220b2f0
1 a modificat fișierele cu 5 adăugiri și 3 ștergeri
  1. 5 3
      locations/clothing_descriptions.qsrc

+ 5 - 3
locations/clothing_descriptions.qsrc

@@ -53,7 +53,7 @@ end
 if CloBra = 2:
 	$description += ', the top leaves your breasts completely exposed'
 elseif CloBra = 1:
-	$description += ', the top replaces a bra (if you are wearing one)'
+	$description += ', the top is essentially a bra and replaces any you might be wearing'
 elseif CloTopCut > 0:
 	if CloTopCut = 1:
 		$description += ', includes a very modest top'
@@ -66,8 +66,10 @@ elseif CloTopCut > 0:
 	end
 	if tits < 2:
 		$description += ', that would hang loosely around your humble bosom'
-	elseif tits < 5:
-		$description += ', that would fit your decently-sized bosom'
+	elseif tits < 4:
+		$description += ', that would hang loosely around your petite bosom'
+	elseif tits < 6:
+		$description += ', that would comfortably contain your full bosom'
 	elseif tits < 8:
 		$description += ', that would tightly strain to contain your ample bosom'
 	else