Browse Source

[fixed] Should add a delay to Kolka asking for Sveta to shave, just a fw days if it due to laziness or lack of razor and a week if she doesn't want to

Kevin_Smarts 1 year ago
parent
commit
c253ee1fa2
1 changed files with 5 additions and 1 deletions
  1. 5 1
      locations/brother_voyeur.qsrc

+ 5 - 1
locations/brother_voyeur.qsrc

@@ -33,6 +33,7 @@ if npc_QW['A34'] > 20 and npc_QW['A34'] < 25: npc_QW['A34'] = 20
 ! brothershowertalk: number of times you''ve talked with your brother in the shower
 ! brothershowerlook: whether or not you let your brother look at you while you talk in the shower
 ! brothershave: number of times your brother has seen you shave your pussy
+! brothershave[1]: delay timer to stop brother asking you to shave all the damn time
 ! npc_know_sveta_lact['A34'] = 0 - Kolka does not know sveta is lactating
 ! npc_know_sveta_lact['A34'] = 1 - Kolka does know sveta is lactating
 ! npc_know_sveta_lact['A34'] = 2 - Kolka does know that sveta was lactating
@@ -820,7 +821,7 @@ if $ARGS[0] = 'brother_wash':
 	gs 'arousal', 'end'
 	gs 'stat'
 
-	if pcs_leghair > 3 or pcs_pubes > 3:
+	if pcs_leghair > 3 or pcs_pubes > 3 and brothershave[1] < daystart:
 		*nl
 		if pcs_leghair > 3 and pcs_pubes > 3:
 			'As you rinse off, your brother gives a meaningful look at your lower body and you follow his gaze to your <<$pc_desc[''legs'']>> legs and <<$pc_desc[''pubes'']>> pussy.'
@@ -832,6 +833,7 @@ if $ARGS[0] = 'brother_wash':
 		'"Aren''t you going to shave?"'
 		if stanok = 0:
 			act'"I can''t. I don''t have any razors"':
+				brothershave[1] = daystart + 2
 				cla
 				*nl
 				'"I couldn''t even if I wanted to," you say to him with a shrug. He looks at you in confusion. "I''m out of razors. Can''t shave without a razor kiddo."'
@@ -851,6 +853,7 @@ if $ARGS[0] = 'brother_wash':
 			end
 		else
 			act'Don''t feel like it':
+				brothershave[1] = daystart + 2
 				cla & *clr
 				'<center><img <<$set_imgh>> src="images/shared/home/bathroom/brotherwash.jpg"></center>'
 				'"Nah," you say dismissively. "Don''t feel like doing it right now."'
@@ -870,6 +873,7 @@ if $ARGS[0] = 'brother_wash':
 			end
 
 			act'I like it this way':
+				brothershave[1] = daystart + 6
 				cla & *clr
 				'<center><img <<$set_imgh>> src="images/shared/home/bathroom/brotherwash.jpg"></center>'
 				'"No?" you say questioningly. "I like it this way!"'