1
0
Quellcode durchsuchen

[fixed] a few more things in the natasha files

Sicaa vor 4 Jahren
Ursprung
Commit
37e33ab082
3 geänderte Dateien mit 6 neuen und 5 gelöschten Zeilen
  1. 2 2
      locations/natbelEv.qsrc
  2. 3 3
      locations/natbelapt.qsrc
  3. 1 0
      locations/natkolEv.qsrc

+ 2 - 2
locations/natbelEv.qsrc

@@ -71,9 +71,9 @@ end
 if $ARGS[0] = 'natcumresponse':
 	if NatbelQW['KolkaCP'] = 0:
 		'Natasha suddenly tries to pull away from Kolka, saying "Pull out, not inside! I don''t want to end up pregnant!"'
-	elseif NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) > 20 and (daystart-NatbelQW['pregday']) < 90:
+	elseif NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) > 20 and (daystart-NatbelQW['pregday']) <= 90:
 		'Natasha looks at you questioningly, whether will you let him cum inside of her. It doesn''t seems to bother her that Kolka may knock her up.'
-	elseif NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) >= 90:
+	elseif NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) > 90:
 		'Natasha looks at you questioningly, whether will you let him cum inside of her. It doesn''t really matter now, since Kolka has already knocked her up.'
 	elseif NatbelQW['pregday'] = 0 and npc_pregtalk['A16'] = 1 and NatbelQW['babycount'] = 0:
 		'Natasha looks at you and almost inaudably whispers "Please let him cum inside me. I want a baby too."'

+ 3 - 3
locations/natbelapt.qsrc

@@ -132,15 +132,15 @@ if $ARGS[0] = 'home':
 		act 'Move away from the door':gt 'pod_ezd', 'etaj_4'
 	elseif ((hour >= 15 and hour < 21) or (week > 5 and hour >= 10 and hour < 21)) and NatbelQW['MotherDoor'] = 0 and NatashaLoc > 0 and NatashaLoc < 6:
 		*clr & cla
-		if NatbelQW['pregday'] = 0 or (NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) < 90):
+		if NatbelQW['pregday'] = 0 or (NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) <= 90):
 			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big16.jpg"></center>'
-		elseif NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) >= 90 and (daystart-NatbelQW['pregday']) < 200:
+		elseif NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) > 90 and (daystart-NatbelQW['pregday']) < 200:
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/16(2).jpg" width="356"></center>'
 		elseif NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) >= 200:
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/16(3).jpg" width="356"></center>'
 		end
 		'You stand outside the Belova household, knocking on the door. After a few moments, Natasha opens the door.'
-		if NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) >= 90 and (daystart-NatbelQW['pregday']) < 200:
+		if NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) > 90 and (daystart-NatbelQW['pregday']) < 200:
 			'Looking at Natasha, her pregnant belly is starting to show. You have a strong suspicion that she carries your niece or nephew.'
 		elseif NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) >= 200:
 			'Looking at Natasha, it is clear that she is pregnant. You have a strong suspicion that she carries your niece or nephew.'

+ 1 - 0
locations/natkolEv.qsrc

@@ -861,6 +861,7 @@ if $ARGS[0] = 'showerspy':
 						'"A true cum shower. Fitting." You say, unable to hold in your laughter. "Well, Kolka looks like it''s time for you to get going. I''ll help her get to her feet."'
 						'Kolka quickly gets dressed before he slips out of the bathroom. After he''s gone you pull Natasha to her feet and help her over to the sink to clean up.'
 						gs 'arousal', 'voyeur_sex', 5
+						NatbelQW['vaginal'] += 1
 						NatbelQW['KolkaSex'] += 1
 						act 'Go to Natasha''s room': gt 'natbelapt','natroom'
 					end