Browse Source

[fixed] blackmail probability now properly scales with exhibition

anjuna krokus 1 month ago
parent
commit
118ff72101
1 changed files with 2 additions and 1 deletions
  1. 2 1
      locations/blackmailer.qsrc

+ 2 - 1
locations/blackmailer.qsrc

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