Browse Source

Merge remote-tracking branch 'hornguy6/master'

KevinSmarts 3 years ago
parent
commit
e5f94ced4c
1 changed files with 18 additions and 4 deletions
  1. 18 4
      locations/din_van.qsrc

+ 18 - 4
locations/din_van.qsrc

@@ -275,7 +275,7 @@ $brit = {
 				elseif daystart < 30 and StoryLine = 0 and ntstart = 0:
 					pcs_mood += 10
 					$shave_txt1 = 'With a newfound routine you lather up your legs and start shaving, careful not to miss a spot. After washing away the foam you softly glide your hands over your smooth legs, feeling good to know that you don''t need to hide your legs in pants. Maybe you should wear a skirt tomorrow?'
-				elseif pubestyle = 1 or pubestyle = 11:
+				elseif pubestyle = 1:
 					$shave_act = 'Shave your legs and pussy'
 					if pcs_pubes < 10:
 						$shave_txt1 = 'You do your legs first before lathering up your crotch and completely shaving away the hair that covers it. Once you''re finished you glide your hands over the top of your pussy, marvelling at the silky smooth feeling.'
@@ -304,6 +304,13 @@ $brit = {
 					else
 						$shave_txt1 = 'You lather up your legs and carefully shave them. Once you''re finished, you spend some time maintaining your bush, keeping it neat and tidy.'
 					end
+				elseif pubestyle = 11:
+					$shave_act = 'Shave your legs and pussy'
+					if pcs_pubes < 10:
+						$shave_txt1 = 'You do your legs first before lathering up your crotch and completely shaving away the hair that covers it. Once you''re finished you glide your hands over the top of your pussy, marvelling at the silky smooth feeling.'
+					else
+						$shave_txt1 = 'You do your legs first before realizing that the stubble growing around your pussy is starting to become irritating and you can''t put it off any longer. Lathering your crotch up, you carefully scrape away the rough itchy hairs that cover it until you''re left smooth and clean shaven.'
+					end
 				end
 			
 				act '<<$shave_act>> (0:15)':
@@ -361,8 +368,8 @@ $brit = {
 	end
 	
 	if (shave_menu = 2 or shave_menu = 1) and stanok > 0:
-		if (pubestyle > 0 and pcs_pubes >= shave_trigger):
-			if pubestyle = 1 or pubestyle = 11:
+		if pubestyle > 0 and pcs_pubes >= shave_trigger:
+			if pubestyle = 1:
 				$shave_act = 'Shave your pussy'
 				if pcs_pubes > 10:
 					$shave_txt1 = 'You lather up your crotch and completely shave away the hair that covers it. Once you''re finished you glide your hands over the top of your pussy, marvelling at the silky smooth feeling.'
@@ -392,6 +399,13 @@ $brit = {
 					$shave_act = 'Trim your bush'
 					$shave_txt1 = 'You spend some time maintaining your bush, trimming back the edges, keeping it neat and tidy.'
 				end
+			elseif pubestyle = 11:
+				$shave_act = 'Shave your pussy'
+				if pcs_pubes < 10:
+					$shave_txt1 = 'You lather up your crotch and completely shave away the hair that covers it. Once you''re finished you glide your hands over the top of your pussy, marvelling at the silky smooth feeling.'
+				else
+					$shave_txt1 = 'The itchy stumps of hair growing around your pussy is starting to become too annoying even for your lazy self and you decide to clean yourself up. Lathering up your crotch, you carefully scrape away the rough stubble until you''re left clean shaven, the smooth skin of your pussy a relief until the next time it becomes annoying for you.'
+				end
 			end
 			act '<<$shave_act>> (0:10)':
 				menu_off = 1
@@ -1705,7 +1719,7 @@ if $ARGS[0] = 'shave_options':
 	*nl
 	'<TR><TD><center>'
 	if pubestyle ! 11 and pcs_pubes > 10:
-		'<a href="exec:pubestyle = 11 & shave_length = 2 & shave_trigger = 10 & '+iif(shave_menu = 3,'shave_menu = 1', 'shave_menu = 2')+' & gt ''din_van'', ''shave_options''">Lazy</a>'
+		'<a href="exec:pubestyle = 11 & shave_length = 2 & shave_trigger = 8 & '+iif(shave_menu = 3,'shave_menu = 1', 'shave_menu = 2')+' & gt ''din_van'', ''shave_options''">Lazy</a>'
 		'(don''t immediately shave stubble)'
 	else
 		'Lazy'