Browse Source

[fixed] calling wrong file causing blank actions

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

+ 8 - 8
locations/booty_call_condoms.qsrc

@@ -139,33 +139,33 @@ if $ARGS[0] = 'pc_condoms':
 					act'If you''re offering':
 						cla & *nl
 						'"Well, if you''re offering..." you smirk.'
-						act'Continue':gs 'booty_call_sex', 'npc_condom_use'
+						act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 					end
 					
 					act'I might take you up on that':
 						cla & *nl
 						'"I just might take you up on that," you smile.'
-						act'Continue':gs 'booty_call_sex', 'npc_condom_use'
+						act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 					end
 					
 					act'I want to do my part':
 						cla & *nl
 						'"I want to do my part," you smile. "I''m enjoying the sex with you. Only fair that I pay for it too."'
-						act'Continue':gs 'booty_call_sex', 'npc_condom_use'
+						act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 					end
 					
 					if karta + money < 2000:
 						act'Good, money''s tight':
 							cla & *nl
 							'"Then I''ll stop buying right away," you grin. "I don''t have a lot of spare cash on hand, so saving on condoms would be great.'
-							act'Continue':gs 'booty_call_sex', 'npc_condom_use'
+							act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 						end
 					end
 					
 				elseif booty_call['condom_count'] > 0 and booty_call['condoms_used'] < booty_call['condom_count']:
 					'"Yeah, I have some," <<$npc_firstname[$boy]>> says.'
 					gs'booty_call_sex', 'reset'
-					act'Continue':gs 'booty_call_sex', 'npc_condom_use'
+					act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 				else
 					if npc_no_condoms_know[$boy] = 1:
 						'"Come on," <<$npc_firstname[$boy]>> says, rolling his eyes. "You know I hate using condoms. Lucky you can even talk me into using yours."'
@@ -1079,7 +1079,7 @@ if $ARGS[0] = 'reenable_condoms2':
 				'"Do you mind if we use yours today?"'
 				'"Not at all," he says, reaching for a condom from his nightstand and you feel happy that this didn''t turn into a big deal.'
 			end
-			act'Continue':gs 'booty_call_sex', 'npc_condom_use'
+			act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 		end
 		
 		if prezik > 0:
@@ -1193,7 +1193,7 @@ if $ARGS[0] = 'npc_no_condom_react':
 		'Your jaw drops.'
 		*nl
 		'<i>A free pass to go bareback forever and he doesn''t take it? What''s with this guy?</i>'
-		act'Continue':gs 'booty_call_sex', 'npc_condom_use'
+		act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 	else
 		booty_call['no_condom'] = 1
 		npc_bareback[$boy] = booty_call['temp_bareback']
@@ -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_sex', 'npc_condom_use'
+		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.'