|
@@ -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
|