Browse Source

[fixed] needed some actions instead of a straight gosub

hornguy6 1 year ago
parent
commit
8c1ff411c8
1 changed files with 7 additions and 7 deletions
  1. 7 7
      locations/booty_call_condoms.qsrc

+ 7 - 7
locations/booty_call_condoms.qsrc

@@ -48,7 +48,7 @@ if $ARGS[0] = 'condoms':
 			if npc_condom_conscious[$boy] > 0:
 				gs 'booty_call_condoms', 'condom_conscious_npc'
 			elseif booty_call['condom_count'] > 0 and rand(0,1) = 1:
-				gs 'booty_call_condoms', 'npc_condom_use'
+				act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 			else
 				'<<$npc_firstname[$boy]>> makes no indication that he''s going to put on a condom.'
 				gs 'booty_call_sex', 'position_choose'
@@ -69,7 +69,7 @@ if $ARGS[0] = 'condoms':
 			if booty_call['condoms_used'] >= booty_call['condom_count']:
 				gs 'booty_call_condoms', 'npc_out_of_condoms'
 			else
-				gs 'booty_call_condoms', 'npc_condom_use'
+				act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 			end
 		end
 	end
@@ -325,7 +325,7 @@ if $ARGS[0] = 'condom_conscious_npc':
 	if booty_call['virgin'] = 1 and booty_call['fuck_count'] = 0:
 		gs 'booty_call_condoms', 'virgin_no_condom'
 	else
-		gs 'booty_call_condoms', 'npc_condom_use'
+		act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 	end
 end
 
@@ -518,12 +518,12 @@ if $ARGS[0] = 'no_condom1':
 		if stat['dangerous_day'] = 1 and birth_control['think_safe'] ! 1 and npc_childfree[$boy] > 0:
 			booty_call['condom'] = 1
 			'"What the fuck! Why didn''t you say so!" he says, immediately reaching for a condom.'
-			gs 'booty_call_condoms', 'npc_condom_use'
+			act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 		elseif rand(1,10) < 8:
 			booty_call['condom'] = 1
 			'"Ugh, fine."'
 			'He reaches for a condom.'
-			gs 'booty_call_condoms', 'npc_condom_use'
+			act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 		else
 			booty_call['dont_need_condom'] = 1
 			'"Come on," he complains. "It''ll be fine. Let''s skip it. Just this once."'
@@ -842,7 +842,7 @@ if $ARGS[0] = 'disable_condoms_options1':
 				'Your jaw drops.'
 				*nl
 				'<i>Son of a bitch! Why is this guy so fucking careful?!</i>'
-				gs 'booty_call_condoms', 'npc_condom_use'
+				act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 			else
 				booty_call['no_condom'] = 1
 				npc_bareback[$boy] = 1
@@ -1215,7 +1215,7 @@ if $ARGS[0] = 'npc_temp_no_condom_react':
 		'Your jaw drops.'
 		*nl
 		'<i>A free pass to go bareback and he doesn''t take it? What''s with this guy?</i>'
-		gs 'booty_call_condoms', 'npc_condom_use'
+		act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 	else
 		booty_call['no_condom'] = 1
 		'"This is going to feel so good," <<$npc_firstname[$boy]>> says and your smile widens into a full blown grin.'