1
0
Prechádzať zdrojové kódy

[change] I think skinny girls are hot

maankamara 1 rok pred
rodič
commit
0d68f8ffbb
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      locations/AppearanceSystem.qsrc

+ 3 - 3
locations/AppearanceSystem.qsrc

@@ -141,13 +141,13 @@ if $ARGS[0] = 'SetBodyShapeBonus':
 	else
 		if pcs_bmi < 16:
 			!! severely underweight
-			tempBodyShapeBonus = -10
+			tempBodyShapeBonus = 25
 		elseif pcs_bmi < 19:
 			!! underweight
-			tempBodyShapeBonus = 25
+			tempBodyShapeBonus = 65
 		elseif pcs_bmi < 25:
 			!! healthy weight
-			tempBodyShapeBonus = 50
+			tempBodyShapeBonus = 55
 		elseif pcs_bmi < 30:
 			!! overweight
 			tempBodyShapeBonus = 25