|
@@ -11,7 +11,8 @@ if $ARGS[0] = 'init_check':
|
|
|
temp_prob_chance += max(fame['pav_slut'], fame['city_slut'])
|
|
|
temp_prob_chance += max(fame['pav_modelling'], fame['city_modelling']) / 10
|
|
|
temp_prob_chance += max(fame['pav_porn'], fame['city_porn']) / 10
|
|
|
- temp_prob_chance -= 15 * min(exhibitionism_lvl * exhibitionism_lvl, 9)
|
|
|
+ temp_prob_chance -= 15 * min(exhibitionist_lvl * exhibitionist_lvl, 9)
|
|
|
+ temp_prob_chance -= pcs_exhib
|
|
|
if temp_prob_chance > 600: killvar 'temp_prob_chance' & exit
|
|
|
|
|
|
if $ARGS[1] = 'tits':
|