Quellcode durchsuchen

[changed] Slight rebalancing of appearnce penalties for being over weight

Kevin_Smarts vor 3 Jahren
Ursprung
Commit
ccac683212
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      locations/body_shape.qsrc

+ 2 - 2
locations/body_shape.qsrc

@@ -341,10 +341,10 @@ if $ARGS[0] = 'bmiadjust':
 		!! normal bonus
     elseif tempadjbmi_calc < 30:
 		!! overweight
-		!! normal bonus
+		tempValue = tempValue * 95 / 100
     elseif tempadjbmi_calc < 35:
 		!! moderately obese
-		tempValue = tempValue * 90 / 100
+		tempValue = tempValue * 80 / 100
     elseif tempadjbmi_calc < 40:
 		!! severely obese
 		tempValue = tempValue * 55 / 100