|
@@ -2007,8 +2007,8 @@ if $ARGS[0] = '':
|
|
|
$pcdesc_makeupwordy = 'really fucking bimbo-y'
|
|
|
$pcs_makeup = 'You look, like super hawt and everyone is so jelly because their makeup is boring and ugly.'
|
|
|
$pcs_makeup_msg = 'You look, like super hawt and everyone is so jelly because their makeup is boring and ugly.'
|
|
|
- $pcs_makeup_tooltip = 'Your makeup is professional grade.'
|
|
|
- mopkoef = 30
|
|
|
+ $pcs_makeup_tooltip = 'OMG! your makeup is sooo bimbo fine.'
|
|
|
+ if bimbolevel >= 2: extra_supnatvnesh = 2*bimbolevel - 2
|
|
|
end
|
|
|
|
|
|
if pcs_leghair <= 0:
|
|
@@ -2320,7 +2320,7 @@ if $ARGS[0] = '':
|
|
|
tempAccessoriesBonus = FUNC('body', 'calcAccessoriesBonus', bonusZ, PShoQuality, $pantyworntype, $braworntype)
|
|
|
tempGroomingBonus = FUNC('body', 'calcGroomingBonus', pcs_lipbalm, mopkoef, pcs_hairbsh, pcs_breath, deodorant_on, bmi_calc)
|
|
|
tempGroomingPenalty = FUNC('body', 'calcGroomingPenalty', pcs_hairlng, pcs_sweat, glassvnesh, dyevmod, legkoef)
|
|
|
- Hotcat = FUNC('body', 'calcHotcat', pcs_apprncbase, supnatvnesh, tempclothingbonus, tempAccessoriesBonus, tempGroomingBonus, tempGroomingPenalty)
|
|
|
+ Hotcat = FUNC('body', 'calcHotcat', pcs_apprncbase, (supnatvnesh + extra_supnatvnesh), tempclothingbonus, tempAccessoriesBonus, tempGroomingBonus, tempGroomingPenalty)
|
|
|
pcs_apprnc = temppcs_apprnc & killvar 'temppcs_apprnc' & killvar 'temppcs_maxapprnc'
|
|
|
|
|
|
|