|
@@ -2539,8 +2539,8 @@ if $ARGS[0] = 'calcHotcat':
|
|
|
tempsupnatvnesh = ARGS[2] & !! supnatvnesh
|
|
|
tempCloAdjustedBeauty = ARGS[3] & !! result of calcClothesBonus
|
|
|
tempAccessoriesBonus = ARGS[4] & !! result of calcAccessoriesBonus
|
|
|
- tempGroomingBonus = ARGS[4] & !! result of calcGroomingBonus
|
|
|
- tempGroomingPenalty = ARGS[5] & !! result of calcGroomingPenalty
|
|
|
+ tempGroomingBonus = ARGS[5] & !! result of calcGroomingBonus
|
|
|
+ tempGroomingPenalty = ARGS[6] & !! result of calcGroomingPenalty
|
|
|
|
|
|
temppcs_apprnc = temppcs_apprncbase + tempCloAdjustedBeauty + tempAccessoriesBonus + tempGroomingBonus - tempGroomingPenalty
|
|
|
!!adjustment to make max achievable
|