Browse Source

Merge remote-tracking branch 'Lusticon/master'

Kevin_Smarts 1 month ago
parent
commit
2de34c61af
4 changed files with 7 additions and 5 deletions
  1. 1 1
      locations/femcyc.qsrc
  2. 3 2
      locations/mother.qsrc
  3. 1 0
      locations/mother_chats.qsrc
  4. 2 2
      locations/pav_pool.qsrc

+ 1 - 1
locations/femcyc.qsrc

@@ -628,7 +628,7 @@ if $ARGS[0] = 'cyc2':
 		cfw_idx = 0
 		cfw_idx = 0
 		cfw_sz = arrsize('wombAmount')
 		cfw_sz = arrsize('wombAmount')
 		:FathLottoLoop
 		:FathLottoLoop
-		if cfw_idx < cfw_sz:
+		if cfw_idx < cfw_sz and cum_total > 0:
 			cfl_ct = (wombAmount[cfw_idx] * 100) / cum_total
 			cfl_ct = (wombAmount[cfw_idx] * 100) / cum_total
 			if cfl_ct < 1: cfl_ct = 1
 			if cfl_ct < 1: cfl_ct = 1
 			cfl_idx = arrsize('$cumfathlotto')
 			cfl_idx = arrsize('$cumfathlotto')

+ 3 - 2
locations/mother.qsrc

@@ -283,7 +283,7 @@ if $ARGS[0] = '':
 		end
 		end
       
       
 		!!Tell mother that you were raped and skip mother being angry at you for being sexualy active event
 		!!Tell mother that you were raped and skip mother being angry at you for being sexualy active event
-		if rape_count > 0 and rape_day+7 > daystart:
+		if rape_count > 0 and rape_day+7 > daystart and rape_talk_mom ! rape_count:
 			act 'Tell her about your rape':
 			act 'Tell her about your rape':
 				gt 'mother_chats', 'rape_talk'
 				gt 'mother_chats', 'rape_talk'
 			end
 			end
@@ -1150,9 +1150,10 @@ if $ARGS[0] = 'pregreact1':
 					act 'Continue': gt 'mother'
 					act 'Continue': gt 'mother'
 				end
 				end
 			end
 			end
-			if rape_day+30 > daystart:
+			if rape_day+30 > daystart and rape_talk_mom ! rape_count:
 				act'I was raped':
 				act'I was raped':
 					cla & *nl
 					cla & *nl
+					rape_talk_mom = rape_count
 					'"I... I don''t actually know. I was..." you stammer as you struggle to get the next word out. "I was raped..."'
 					'"I... I don''t actually know. I was..." you stammer as you struggle to get the next word out. "I was raped..."'
 					'"What?! Are you okay?! Why did''t you tell me sooner?!"'
 					'"What?! Are you okay?! Why did''t you tell me sooner?!"'
 					'"I was scared and ashamed and I didn''t know how you would react..." Your lip quivers as tears begin to flow down your face. "I''m sorry. I should have said something."'
 					'"I was scared and ashamed and I didn''t know how you would react..." Your lip quivers as tears begin to flow down your face. "I''m sorry. I should have said something."'

+ 1 - 0
locations/mother_chats.qsrc

@@ -3,6 +3,7 @@
 if $ARGS[0] = 'rape_talk':
 if $ARGS[0] = 'rape_talk':
 	*clr & cla
 	*clr & cla
 	minut += 5
 	minut += 5
+	rape_talk_mom = rape_count
 	if motherKnowSpravka = 0: motherKnowSpravka = 1
 	if motherKnowSpravka = 0: motherKnowSpravka = 1
 	gs 'stat'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/hug_sad1.jpg"></center>'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/hug_sad1.jpg"></center>'

+ 2 - 2
locations/pav_pool.qsrc

@@ -266,7 +266,7 @@ if $ARGS[0] = 'mirror':
 	end
 	end
 
 
 	act 'Go back to the changing room': gt 'pav_pool', 'lockerfemale'
 	act 'Go back to the changing room': gt 'pav_pool', 'lockerfemale'
-	if cumloc[11] = 1 or cumloc[12] or cumloc[16] = 1:
+	if cumloc[11]+cumloc[12]+cumloc[16] > 0:
 		act 'Clean the cum from your face':
 		act 'Clean the cum from your face':
 			*clr & cla
 			*clr & cla
 			menu_off = 1
 			menu_off = 1
@@ -283,7 +283,7 @@ if $ARGS[0] = 'mirror':
 			act 'Finish': gt 'pav_pool', 'mirror'
 			act 'Finish': gt 'pav_pool', 'mirror'
 		end
 		end
 	end
 	end
-	if pcs_makeup >= 2:
+	if pcs_makeup <> 1 and cosmetic_tattoo = 0:
 		act 'Wash your make-up off':
 		act 'Wash your make-up off':
 			*clr & cla
 			*clr & cla
 			minut += 5
 			minut += 5