Browse Source

[fixed] found a rare possibility of blank actions

hornguy6 11 months ago
parent
commit
bdf5fd1a9e
1 changed files with 3 additions and 2 deletions
  1. 3 2
      locations/sex_ev_cum.qsrc

+ 3 - 2
locations/sex_ev_cum.qsrc

@@ -278,9 +278,10 @@ if $ARGS[0] = 'fuck_cum_random':
 	elseif sex_ev['virgin_creampie_request'] = 1 and sex_ev['creampie_count'] = 0 and sex_ev['no_condom'] = 1:
 		sex_ev['cum_where'] = 1
 		!! add something later?
-	elseif sex_ev['cum_choice'] > 7:
+	elseif sex_ev['cum_choice'] > 6:
 		gs'sex_ev_cum', 'random_cum_choice'
-	elseif sex_ev['cum_choice'] > 5:
+	elseif sex_ev['cum_choice'] > 3:
+		sex_ev['cum_warn'] = 1
 		sex_ev['cum_where'] = 1
 	elseif sex_ev['cum_choice'] > 1:
 		$sex_ev['cum_choice'] = $npc_cum_pref[$boy]