Browse Source

[fixed] Small fixes to the Katja story line.

bgkjdgbizgblzdgbr 10 months ago
parent
commit
f4332f82bc

+ 3 - 3
locations/gschool_gossip.qsrc

@@ -511,7 +511,7 @@ if $ARGS[0] = 'mixed':
 		'"Is Lariska only on the cheerleading squad because Christina is there? She seems to enjoy volleyball more than dancing."'
 		'"Well she does follow Christina around like a lost puppy, so maybe you''re right."'
 	elseif chat_rand = 95:
-	    'I really want to go down on Albina. Having those toned thighs squeeze my head in orgasm as I eat her pussy would be heaven!"'
+	    '"I really want to go down on Albina. Having those toned thighs squeeze my head in orgasm as I eat her pussy would be heaven!"'
 	else
 		gs 'gschool_gossip', 'mixed', $ARGS[1]
 	end
@@ -561,7 +561,7 @@ if $ARGS[0] = 'boys':
 	elseif chat_rand = 12:
 		'"Miss Volkov is kind of hot. I mean, for someone almost as old as my mom."'
 		'"I hear you. She is a total MILF."'
-	elseif chat_rand = 13 and katjaQW['school_kiss'] >= 2:
+	elseif chat_rand = 13 and katjaQW['school_kiss'] > 2:
 		'"Did you see the picture of Katja kissing another girl?"'
 		'"Katja''s a lesbian? And no, let me see the picture." They look at the image on a phone. "Who''s she kissing?"'
 		'"I don''t know. I heard it was <<$pcs_firstname>>."'
@@ -1067,7 +1067,7 @@ if $ARGS[0] = 'Lizaveta':
 	elseif chat_rand = 23:
 		'"I heard Miss Volkov used to work as a Dominatrix and she still does on the weekends."'
 	elseif chat_rand = 24 and fedorKozlovQW <= -10:
-		'"I heard, now that Fedor sucked Vasily''s dick, that he is now gay and loves it.'
+		'"I heard, now that Fedor sucked Vasily''s dick, that he is now gay and loves it."'
 	elseif chat_rand = 25:
 		'"I was in the city last week and I saw Ms. Braakman at a club partying like crazy."'
 		'"I hear she''s a total party animal that goes to the city on Friday night and doesn''t come home until Sunday night and parties the whole time."'

+ 30 - 13
locations/katjaEvDin.qsrc

@@ -928,21 +928,38 @@ if $ARGS[0] = 'moron':
 		'Ivan shrugs, looking a little embarrassed, but it''s obvious, he is pleased with himself.'
 		act 'Thank Ivan':
 			*clr & cla
-			if npc_sex['A3'] > 0 and npc_sex['A14'] > 0 and $loc ! 'pav_disco' and katjaQW['slut'] >= 40 and katjaQW['horny'] >= 40 and katjaQW['sex_clossedness'] = 0:
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/whisper.jpg"></center>'
-				'Approaching Ivan, you get up on your tiptoes and, clasping your arms around his neck, give him a kiss before whispering at you. "Like kissing girls?" Ivan replies with only a dumbfounded nod. "Well, then we can show you our appreciation, right Katja?"'
-				'Katja nods, only half paying attention before she realizes what you said and looks at you and Ivan as her eyes light up with lustful fire. "Right."'
-				act 'Hug Katja': gt 'katja_sex','prohorov_sex'
-			else
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/frenchkiss.jpg"></center>'
-				'"Thank you, Ivan." You make out with him and he responds by passionately kissing you back before quickly leaving.'
-				'"Well, these athletes are hot..." Katja says with a sigh while looking at Ivan''s ass as he walks away.'
-				if knowKatjaPreg = 1:
-					'You snort and look at Katja "Just what you need when you already have one inside."'
+			if katjaQW['sex_clossedness'] = 0 and katjaQW['boy_block'] !  1:
+				if npc_sex['A3'] > 0 and npc_sex['A14'] > 0 and $loc ! 'pav_disco' and katjaQW['slut'] >= 40 and katjaQW['horny'] >= 40:
+					if katjaQW['school_kiss'] =2: katjaQW['school_kiss'] = 3
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/whisper.jpg"></center>'
+					'Approaching Ivan, you get up on your tiptoes and, clasping your arms around his neck, give him a kiss before whispering to him. "Like kissing girls?" Ivan replies with only a dumbfounded nod. "Well, then we can show you our appreciation, right Katja?"'
+					'Katja nods, only half paying attention before she realizes what you said and looks at you and Ivan as her eyes light up with lustful fire. "Right."'
+					act 'Hug Katja': gt 'katja_sex','prohorov_sex'
 				else
-					'You only snort at Katja''s words, although Ivan does have a fine looking ass...'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/frenchkiss.jpg"></center>'
+					'"Thank you, Ivan." You make out with him and he responds by passionately kissing you back before quickly leaving.'
+					'"Well, these athletes are hot..." Katja says with a sigh while looking at Ivan''s ass as he walks away.'
+					if knowKatjaPreg = 1:
+						'You snort and look at Katja "Just what you need when you already have one inside."'
+					else
+						'You only snort at Katja''s words, although Ivan does have a fine looking ass...'
+					end
+					if $loc = 'pav_disco':
+						act 'Return to the dance': gt 'pav_disco'
+					else
+						act 'Continue': gt 'gschool_lessons', 'short_break'
+					end
+				end
+			else
+				'You give Ivan a quick hug and say "Thank you, Ivan" and Katja not holding back also says thank you to him and give him a hug.'
+				if katjaQW['boy_block'] !  1:
+					'"Well, these athletes are hot..." Katja says with a sigh while looking at Ivan''s ass as he walks away.'
+					if knowKatjaPreg = 1:
+						'You snort and look at Katja "Just what you need when you already have one inside."'
+					else
+						'You only snort at Katja''s words, although Ivan does have a fine looking ass...'
+					end
 				end
-
 				if $loc = 'pav_disco':
 					act 'Return to the dance': gt 'pav_disco'
 				else

+ 1 - 1
locations/katja_chat.qsrc

@@ -344,7 +344,7 @@ end
 if $ARGS[0] = 'coffee_hole_event':
 	minut += 5
 	!! This is to have random events when you are sitting with Katja
-	if mid($start_type,1,2) = 'sg' and yearstart >= 2 and (((week = 2 or week = 4 or week = 7) and hour >= 18) or (week = 5 and hour >= 10 and hour < 16)) and katjaQW['brunch_bought'] = 1:
+	if anushkaQW['coffee_hole'] = 1 and yearstart >= 2 and (((week = 2 or week = 4 or week = 7) and hour >= 18) or (week = 5 and hour >= 10 and hour < 16)) and katjaQW['brunch_bought'] = 1:
 		katjaQW['brunch_bought'] = 0
 		'You and Katja spend a few minutes chatting about school, what you''ve both been up to and gossiping about your old school mates while waiting on Anushka to return with the order. Minutes later, Anushka comes back with a tray carrying the order.'
 		if npc_rel['A144'] >= 60:

+ 2 - 1
locations/katja_city_sex.qsrc

@@ -552,6 +552,7 @@ if $ARGS[0] = 'first_time':
 															act 'Get cleaned up':
 																*clr & cla
 																minut += 7
+																cumspclnt =  1
 																gs 'cum_cleanup'
 																'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/uni/city/claining_up_after_sex.jpg"></center>'
 																'On the way to the bathroom, you pick up your clothes. Then spend some minutes cleaning the rest of his cum off your faces.'
@@ -722,7 +723,7 @@ if $ARGS[0] = 'one_guy_start':
 											act 'Get cleaned up':
 												*clr & cla
 												minut += 7
-												cumspclnt =  20
+												cumspclnt =  1
 												gs 'cum_cleanup'
 												gs 'stat'
 												'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/uni/city/claining_up_after_sex.jpg"></center>'

+ 0 - 1
locations/katja_uni.qsrc

@@ -259,7 +259,6 @@ if $ARGS[0] = 'first_in_class_meet':
 	!!	if katjaQW['pantiesQWstage'] > 3:
 	!!		act 'Continue': gt 'katja_uni', 'panty_check', $ARGS[1]
 	!!	else
-	!!		'Katja waves goodbye and finds a place to sit.'
 	!!		act 'Find a place to sit': gt 'uni_lessons1', $ARGS[1]
 	!!	end
 	!!else

+ 1 - 1
locations/uni_dorm.qsrc

@@ -159,7 +159,7 @@ if $ARGS[0] = 'second_floor':
 
 				act 'Enter': gt 'katja_dorm', 'start'
 			else
-				if locat['katja'] = 29 and sofiaQW['know'] = 1 and rand(0,3) = 0 and week < 5:
+				if locat['katja'] = 29 and sofiaQW['know'] = 1 and rand(0,3) = 0 and week < 4:
 					'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big260.jpg"></center>'
 					'Sofia opens the door. "Hey, <<$pcs_nickname>>! Katja is at the library right now and I have Maxim over so I don''t have time to talk. See you later!" she says before closing the door.'			
 				else