Browse Source

[fixed] looping condom issue

hornguy6 1 year ago
parent
commit
bc63f50817
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/booty_call_virgin.qsrc

+ 1 - 1
locations/booty_call_virgin.qsrc

@@ -96,7 +96,7 @@ end
 
 if $ARGS[0] = 'start_options':
 	booty_call['orgasm_count'] = orgasm
-	if booty_call['condom'] = 0 and booty_call['no_condom'] = 0:
+	if booty_call['condom'] = 0 and booty_call['no_condom'] = 0 and booty_call['condom_setup'] ! 1:
 		act'Continue':cla & gs 'booty_call_condoms', 'condoms'
 	else
 		act'Let him take the lead':gt'booty_call_virgin', 'his_choice'