瀏覽代碼

Merge remote-tracking branch 'Hornguy6/master'

Kevin_Smarts 6 月之前
父節點
當前提交
821de06114
共有 4 個文件被更改,包括 4 次插入1 次删除
  1. 1 0
      locations/sex_ev_cum.qsrc
  2. 1 0
      locations/sex_ev_dress_talking.qsrc
  3. 1 0
      locations/sex_ev_foreplay.qsrc
  4. 1 1
      locations/sex_ev_leave.qsrc

+ 1 - 0
locations/sex_ev_cum.qsrc

@@ -409,6 +409,7 @@ if $ARGS[0] = 'fuck_cum':
 	
 	if npc_two_pump[$boy] = 1 and sex_ev['two_pump'] = 0:
 		sex_ev['two_pump'] = 1
+		sex_ev['fuck_count'] += 1
 		sex_ev['boy_cum'] = 1
 	end
 	

+ 1 - 0
locations/sex_ev_dress_talking.qsrc

@@ -576,6 +576,7 @@ if $ARGS[0] = 'pc_sex_ev_invite2':
 	if sex_ev['invite_today'] = 1:
 		if npc_booty_call_time[$boy] = npc_start_free_time[$boy]:
 			'"How about <<npc_booty_call_time[$boy]>>?" you smirk <<$sex_ev[''dress_describe'']>>. "We can get off together."'
+			'"Works for me," he grins back.'
 			gs 'sex_ev_dress_talking', 'pc_sex_ev_invite_accepted'
 		else
 			'"How about <<npc_booty_call_time[$boy]>>?" you ask <<$sex_ev[''dress_describe'']>>.'

+ 1 - 0
locations/sex_ev_foreplay.qsrc

@@ -782,6 +782,7 @@ if $ARGS[0] = 'bj_sub_cum_surprise':
 					act'I''ll try':
 						cla & *nl
 						'"I''ll do my best," you say.'
+						gs 'sex_ev_sex', 'sex_end'
 					end
 					act'Nod':
 						cla & *nl

+ 1 - 1
locations/sex_ev_leave.qsrc

@@ -8,7 +8,7 @@ if $ARGS[0] = 'exit':
 		gt $sex_ev_exit['exit_file'], $sex_ev_exit['exit_arg']
 	else
 		if $sex_ev['loc'] = 'npc_home':
-				gs 'sex_ev_leave', 'ending'
+			gs 'sex_ev_leave', 'ending'
 			if npc_residence[$boy] = 1:
 				!! Pav residential exit
 				gt 'pav_residential'