Browse Source

Update 'locations/brother.qsrc'

[fix] - brother module - implemented a bug fix so that you cannot watch porn with Kolka and his friends numerous times on a single day.  The variable 'kolkaseepornday' keeps track of this.  Added 'and kolkaseepornday ! daystart' to all locations that call - gt 'seeporn'
spectre1viper 6 years ago
parent
commit
7db14d8005
1 changed files with 8 additions and 8 deletions
  1. 8 8
      locations/brother.qsrc

+ 8 - 8
locations/brother.qsrc

@@ -152,11 +152,11 @@ if $ARGS[0] = 'start':
 			act 'Move away':gt $loc, $metka
 			exit
 		else
-			if evgenQW >= 4 and pav_slut >= 75:
+			if evgenQW >= 4 and pav_slut >= 75 and kolkaseepornday ! daystart:
 				'Your brother grins "Hello, Sis. Why play football, when you can go with us to watch porn?"'
 
 				act 'Go watch porn':minut += 5 & gt 'seeporn'
-			elseif evgenQW >= 4:
+			elseif evgenQW >= 4 and kolkaseepornday ! daystart:
 				'The guys gather together and tell you "We just finished playing soccer, Let''s go watch porn."'
 
 				act 'Go watch porn':minut += 5 & gt 'seeporn'
@@ -184,7 +184,7 @@ if $ARGS[0] = 'start':
 								gs 'stat'
 								'The boys hesitate, exchanging nervous glances with each other, "It''s nothing…"'
 
-								if pcs_dom > 0:
+								if pcs_dom > 0 and kolkaseepornday ! daystart:
 									'You can tell they’re lying, so you decide to have a little fun. "I know, you’re talking about which boys in school you want to kiss, aren’t you?" You tease.'
 									'They glare at you, "No!" they say together.'
 									'"We wanted to—" Beshin starts before getting cut off when your brother elbows him in the side.'
@@ -203,7 +203,7 @@ if $ARGS[0] = 'start':
 										act 'Go watch porn':minut += 5 & gt 'seeporn'
 									end
 
-								elseif npc_QW['A34'] >= 3:
+								elseif npc_QW['A34'] >= 3 and kolkaseepornday ! daystart:
 									'Kolka hesitates for a moment then looks at you funny. "Actually <<$pcs_nickname>>, we want to go look at porn, but, you know what, I think a girl like you could handle it."'
 									act 'Move away':gt $loc, $metka
 									act 'Show interest':
@@ -221,7 +221,7 @@ if $ARGS[0] = 'start':
 								end
 							end
 						end
-						if seepornofut >= 1:
+						if seepornofut >= 1 and kolkaseepornday ! daystart:
 							'The guys gather together and ask you, "<<$pcs_nickname>>, want to watch some porn?"'
 
 							act 'Go watch porn':minut += 5 & gt 'seeporn'
@@ -250,7 +250,7 @@ if $ARGS[0] = 'start':
 							gs 'stat'
 							'The boys hesitate, "Err.. nothing".'
 
-							if pcs_dom > 0:
+							if pcs_dom > 0 and kolkaseepornday ! daystart:
 								'You press them on it, "What are you? A bunch of girls whispering about which boy you want to kiss?." One of the boys immediately spits out "No, we want to go look at porn, but didn''t think a girl like you could handle it."'
 								act 'Move away':gt $loc, $metka
 								act 'Prove them wrong':
@@ -261,7 +261,7 @@ if $ARGS[0] = 'start':
 									act 'Go watch porn':minut += 5 & gt 'seeporn'
 								end
 
-							elseif npc_QW['A34'] >=3:
+							elseif npc_QW['A34'] >=3 and kolkaseepornday ! daystart:
 								'Kolka hesitates for a moment then looks at you funny. "Actually <<$pcs_nickname>>, we want to go look at porn, but, you know what, I think a girl like you could handle it."'
 								act 'Move away':gt $loc, $metka
 								act 'Show interest':
@@ -279,7 +279,7 @@ if $ARGS[0] = 'start':
 						end
 					end
 
-					if seepornofut >= 1:
+					if seepornofut >= 1 and kolkaseepornday ! daystart:
 						'The guys gather together and ask you "<<$pcs_nickname>>, want to watch some porn?"'
 
 						act 'Go watch porn':minut += 5 & gt 'seeporn'