Browse Source

[fixed] virginity event looping error

hornguy6 1 năm trước cách đây
mục cha
commit
864b7e839a
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 2 2
      locations/booty_call_condoms.qsrc
  2. 1 1
      locations/booty_call_sex.qsrc

+ 2 - 2
locations/booty_call_condoms.qsrc

@@ -280,9 +280,9 @@ if $ARGS[0] = 'npc_condom_put_on':
 end
 
 if $ARGS[0] = 'condom_conscious_npc':
-	if booty_call['fuck_count'] = 0:
+	if booty_call['fuck_count'] <= 1:
 		'<<$npc_firstname[$boy]>> immediately reaches for a condom.'
-	elseif booty_call['fuck_count'] > 0:
+	elseif booty_call['fuck_count'] > 1:
 		'<<$npc_firstname[$boy]>> reaches for another condom.'
 	end
 	gs 'booty_call_condoms', 'npc_condom_use'

+ 1 - 1
locations/booty_call_sex.qsrc

@@ -66,7 +66,7 @@ end
 
 
 if $ARGS[0] = 'position_choose':
-	if booty_call['virgin'] = 1: 
+	if booty_call['virgin'] = 1 and $booty_call['virgin_react'] = '': 
 		gs 'booty_call_virgin', 'start_options'
 	!! initiative roll
 	elseif booty_call['no_sex'] = 0: