Browse Source

[fixed] Ivan will not only come to the resque a tthe disco if he is actually there, and fixed somthing to use the new dildo_suck arousal call.

bgkjdgbizgblzdgbr 2 years ago
parent
commit
07d94cabd4
2 changed files with 14 additions and 12 deletions
  1. 9 5
      locations/katjaEvDin.qsrc
  2. 5 7
      locations/pav_disco_coolkids.qsrc

+ 9 - 5
locations/katjaEvDin.qsrc

@@ -590,7 +590,7 @@ if $ARGS[0] = 'kuni_dom':
 						'No matter how used to being throat fucked you are, she makes you gag. She buries it to the base in your throat and leaves it there until you start to gag, before going back to roughly fucking your mouth. Each time she makes you gag, you can hear her giggle, clearly enjoying herself.'
 						'With tears running down your cheeks and saliva dripping from your mouth, she finally pulls your head away by your hair. "Okay, I think we got this wet enough, don''t you? Ready for round two?"'
 
-						gs 'arousal', 'bj', 5, 'lesbian', 'sub', 'rough', 'deepthroat'
+						gs 'arousal', 'dildo_suck', 5, 'lesbian', 'sub', 'rough', 'deepthroat'
 						gs 'stat'
 
 						gs 'willpower', 'vaginal', 'resist', 'hard'
@@ -706,10 +706,14 @@ if $ARGS[0] = 'kiss_events':
 			act 'Continue': gt 'gschool_lessons', 'short_break'
 		end
 	elseif katjaQW['school_kiss'] >= 2:
-		'While you kissed Katja, someone came nearby sighed loudly, probably, appreciating the view.'
-		'"How beautiful," again it was Ivan, he was waiting for you or something. Not being distracted, you continued to kiss Katja.'
-		'"Look, look, lesbians." one guy yelled and pointed at Katja and you.'
-		act 'Glare at the moron':gt 'katjaEvDin', 'moron'
+		if ($loc = 'pav_disco' and discoenable['A3'] = 1) or $loc ! 'pav_disco'
+			'While you kissed Katja, someone came nearby sighed loudly, probably, appreciating the view.'
+			'"How beautiful," again it was Ivan, he was waiting for you or something. Not being distracted, you continued to kiss Katja.'
+			'"Look, look, lesbians." one guy yelled and pointed at Katja and you.'
+			act 'Glare at the moron':gt 'katjaEvDin', 'moron'
+		else
+			act 'Return to dance': gt 'pav_disco'
+		end
 	end
 end
 

+ 5 - 7
locations/pav_disco_coolkids.qsrc

@@ -1172,17 +1172,15 @@ if $ARGS[0] = 'katja':
 end
 
 if $ARGS[0] = 'katja_kiss':
-	*clr & cla
-	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/tanga_kiss.jpg"></center>'
-	'You lean in to kiss Katja.'
 	if katjaQW['horny'] < 30:
-		cla & *nl
-		'She pulls away from you as you try and kiss her, looking around to see if anyone seen you. "Not here and not now."'
+		cla & *clr
+		'<center><b><font color="maroon"><<$npc_firstname[''A14'']>> <<$npc_lastname[''A14'']>></font></b></center>'
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big14.jpg"></center>'
+		'You lean in to kiss Katja. She pulls away from you as you try and kiss her, looking around to see if anyone seen you. "Not here and not now."'
 		act 'Do something else': gt 'pav_disco_classmates', 'classmates'
 	else
 		*clr & cla
-		'<center><b><font color="maroon"><<$npc_firstname[''A14'']>> <<$npc_lastname[''A14'']>></font></b></center>'
-		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big14.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/katja_disco1.jpg"></center>'
 		'You slowly lean in towards Katja to kiss her. Unable to resist, Katja closes her eyes, slowly opens her mouth and leans in to meet your kiss.'
 		gs 'katjaEvDin', 'kiss_events'
 	end