ソースを参照

[fixed] blank screen problem

hornguy6 1 年間 前
コミット
0195daab96
1 ファイル変更2 行追加2 行削除
  1. 2 2
      locations/booty_call_sex.qsrc

+ 2 - 2
locations/booty_call_sex.qsrc

@@ -108,7 +108,7 @@ 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:
+!!	elseif booty_call['no_sex'] = 0:
 		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':