Browse Source

[change] I think skinny girls are hot

maankamara 6 months ago
parent
commit
0d68f8ffbb
1 changed files with 3 additions and 3 deletions
  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