1
0
Lusticon 1 месяц назад
Родитель
Сommit
4cd755bfdd
2 измененных файлов с 4 добавлено и 2 удалено
  1. 3 2
      locations/mother.qsrc
  2. 1 0
      locations/mother_chats.qsrc

+ 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>'