Browse Source

[fixed] really dumb error

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

+ 2 - 2
locations/booty_call_sex.qsrc

@@ -103,12 +103,12 @@ if $ARGS[0] = 'sex_pre':
 end
 
 
-
 if $ARGS[0] = 'position_choose':
 	if stat['think_virgin'] = 1 and booty_call['fuck_count'] = 0: 
 		gs 'booty_call_virgin', 'start_options'
 	!! initiative roll
 !!	elseif booty_call['no_sex'] = 0:
+	else
 		booty_call['initiative'] = rand(0,1)
 		if (booty_call['initiative'] = 1 and booty_call['force_initiative'] ! 2) or booty_call['force_initiative'] = 1:
 			!! player wins initiative
@@ -148,7 +148,7 @@ if $ARGS[0] = 'position_choose':
 				gs 'booty_call_sex', 'rand_position'
 			end
 		end
-!!	end
+	end
 end
 
 if $ARGS[0] = 'he_choose_position':