Browse Source

[fixed] dead end with no options

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

+ 2 - 1
locations/booty_call_condoms.qsrc

@@ -1169,12 +1169,13 @@ 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 him??</i>'
-			gs 'booty_call_sex', 'position_choose'
+			gs 'booty_call_sex', 'npc_condom_use'
 		else
 			booty_call['no_condom'] = 1
 			npc_bareback[$boy] = booty_call['temp_bareback']
 			if npc_bareback[$boy] = 1:
 				'"This is going to feel so good," <<$npc_firstname[$boy]>> says and your smile widens into a full blown grin.'
+				gs 'booty_call_sex', 'position_choose'
 			else
 				'"So is today safe?" <<$npc_firstname[$boy]>> asks with a smile.'
 				gs 'booty_call_condoms', 'bareback_check'